ExternalStream.st
changeset 326 d2902942491d
parent 325 46bca6125b93
child 328 7b542c0bf1dd
--- a/ExternalStream.st	Sun Apr 02 13:07:58 1995 +0200
+++ b/ExternalStream.st	Tue Apr 11 16:52:00 1995 +0200
@@ -24,7 +24,7 @@
 COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.33 1995-04-02 11:06:23 claus Exp $
+$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.34 1995-04-11 14:49:18 claus Exp $
 '!
 
 !ExternalStream primitiveDefinitions!
@@ -87,7 +87,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.33 1995-04-02 11:06:23 claus Exp $
+$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.34 1995-04-11 14:49:18 claus Exp $
 "
 !
 
@@ -190,8 +190,6 @@
 
 initialize
     StreamErrorSignal isNil ifTrue:[
-	ErrorSignal isNil ifTrue:[super initialize].
-
 	StreamErrorSignal := ErrorSignal newSignalMayProceed:false.
 	StreamErrorSignal nameClass:self message:#streamErrorSignal.
 	StreamErrorSignal notifierString:'I/O error'.