smalltalk.rc
changeset 489 b055480c567d
parent 488 521e2d58f050
child 491 71ecb2b5851a
--- 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.