libbasic should be a closure now.
authorStefan Vogel <sv@exept.de>
Tue, 21 May 2002 10:39:55 +0200
changeset 489 b055480c567d
parent 488 521e2d58f050
child 490 f73438a9350d
libbasic should be a closure now.
smalltalk.rc
--- a/smalltalk.rc	Tue May 21 10:16:25 2002 +0200
+++ b/smalltalk.rc	Tue May 21 10:39:55 2002 +0200
@@ -183,20 +183,6 @@
     openDisplay := true.
 ].
 
-"/
-"/ the following are required (either compiled or interpreted) ...
-"/ required classes should be in libbasic
-"/
-#( 
-     "/ ObsoleteObject
-     "/ BinaryIOManager BinaryInputManager BinaryOutputManager BinaryObjectStorage
-     StringCollection CachingRegistry
-) do:[:s |
-    (Smalltalk at:s) isNil ifTrue:[
-	('smalltalk.rc [info]: loading ' , s , ' ...') infoPrintCR.
-	Smalltalk fileInClass:s initialize:true lazy:false silent:true
-    ]
-].
 
 "/ Install patches, once everything has been loaded.
 "/ System methods may be overwritten by patches.