ClassPrimitiveVariablesChange.st
changeset 798 999fff0aa0d0
parent 784 1e50cc7fd07d
child 801 b84b61eaa2f6
--- a/ClassPrimitiveVariablesChange.st	Mon Jul 12 14:03:59 1999 +0200
+++ b/ClassPrimitiveVariablesChange.st	Mon Jul 12 14:06:43 1999 +0200
@@ -54,16 +54,6 @@
     ^ className = changeB className
 
 
-!
-
-sameAs:changeB
-    "return true, if the given change represents the same change as the receiver."
-
-    changeB isPrimitiveVariablesChange ifFalse:[^ false].   
-
-    className ~= changeB className ifTrue:[^ false].
-    ^ self sameSourceAs:changeB
-
 ! !
 
 !ClassPrimitiveVariablesChange methodsFor:'printing'!
@@ -83,5 +73,5 @@
 !ClassPrimitiveVariablesChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/ClassPrimitiveVariablesChange.st,v 1.5 1999-07-06 10:36:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ClassPrimitiveVariablesChange.st,v 1.6 1999-07-12 12:06:24 cg Exp $'
 ! !