ExternalBytes.st
changeset 10178 0b7c8611c70b
parent 10138 87c242cb7475
child 10925 61c04a27097e
--- a/ExternalBytes.st	Fri Nov 10 17:27:43 2006 +0100
+++ b/ExternalBytes.st	Mon Nov 13 11:54:52 2006 +0100
@@ -385,8 +385,7 @@
 
 initialize
     Lobby isNil ifTrue:[
-	Lobby := Registry new.
-	AccessLock := Semaphore forMutualExclusion.
+        Lobby := Registry new.
     ]
 ! !
 
@@ -1277,7 +1276,7 @@
 !ExternalBytes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ExternalBytes.st,v 1.66 2006-10-24 18:20:51 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExternalBytes.st,v 1.67 2006-11-13 10:54:52 stefan Exp $'
 ! !
 
 ExternalBytes initialize!