oops - did not care for changed instVars
authorClaus Gittinger <cg@exept.de>
Fri, 19 Mar 2004 13:40:03 +0100
changeset 8234 4e89a2755041
parent 8233 354850231fe7
child 8235 4cb26959673c
oops - did not care for changed instVars
ClassBuilder.st
--- a/ClassBuilder.st	Fri Mar 19 10:22:46 2004 +0100
+++ b/ClassBuilder.st	Fri Mar 19 13:40:03 2004 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2001 by eXept Software AG
               All Rights Reserved
@@ -323,7 +321,7 @@
      This might change in the future.
     "
 
-    |newClass newMetaclass nameString newComment oldInstVars newInstVars|
+    |newClass newMetaclass nameString newComment|
 
     "NOTICE:
      this method is too complex and should be splitted into managable pieces ...
@@ -1972,5 +1970,5 @@
 !ClassBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ClassBuilder.st,v 1.32 2004-03-04 19:06:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ClassBuilder.st,v 1.33 2004-03-19 12:40:03 cg Exp $'
 ! !