diff host/libcdl/component.cxx @ 115:6ed91473a1cd ecos-sw-2000-08-21

Merge from eCos master repository on 2000-08-21-22:40:54-BST
author jlarmour
date Fri, 25 Aug 2000 17:32:38 +0000
parents 6736c52df507
children fbfd52cf7976
line wrap: on
line diff
--- a/host/libcdl/component.cxx
+++ b/host/libcdl/component.cxx
@@ -371,7 +371,6 @@ CdlComponentBody::initialize_savefile_su
 
 void
 CdlComponentBody::save(CdlInterpreter interp, Tcl_Channel chan, int indentation, bool minimal)
-    throw(CdlInputOutputException, std::bad_alloc)
 {
     CYG_REPORT_FUNCNAME("CdlComponent::save");
     CYG_REPORT_FUNCARG5XV(this, interp, chan, indentation, minimal);