ClassDescription.st
changeset 200 1e1c2fe4bcbb
parent 155 edd7fc34e104
child 216 a8abff749575
--- a/ClassDescription.st	Thu Nov 17 15:11:41 1994 +0100
+++ b/ClassDescription.st	Thu Nov 17 15:12:20 1994 +0100
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.9 1994-10-10 00:22:34 claus Exp $
+$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.10 1994-11-17 14:12:20 claus Exp $
 '!
 
 !ClassDescription class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.9 1994-10-10 00:22:34 claus Exp $
+$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.10 1994-11-17 14:12:20 claus Exp $
 "
 !
 
@@ -74,7 +74,7 @@
 
 setInstanceVariableString:aString
     "set the classes instvarnames string - no recompilation
-     is done and no change records are written.
+     or updates are done and no changeList records are written.
      This is NOT for general use."
 
     instvars := aString.
@@ -93,16 +93,6 @@
     "
 !
 
-instanceVariableString:aString
-    "set the classes instvarnames string - notice, that this
-     should be used only during class creation; the number of
-     instance variables is determined by another instance 
-     (see Behavior)."
-
-    instvars := aString.
-    self changed
-!
-
 instVarNames
     "return a collection of the instance variable name-strings"