SmalltalkCodeGeneratorTool.st
changeset 16263 4cf1214fa57f
parent 16241 0d57786bae5c
child 16268 82848a0b6d70
child 16326 d7236edb4060
--- a/SmalltalkCodeGeneratorTool.st	Sun Apr 03 21:43:43 2016 +0200
+++ b/SmalltalkCodeGeneratorTool.st	Sun Apr 03 21:45:20 2016 +0200
@@ -319,11 +319,6 @@
     self startCollectChanges.
 
     (metaClass includesSelector:#'initialize') ifFalse:[
-'initialize
-    "Invoked at system start or when the class is dynamically loaded."
-
-    "/ please change as required (and remove this comment)
-'.
         bindings := Dictionary new.
         bindings at:'INIT_CLASSINSTVARS' put:(
             String streamContents:[:s |