PrimaryNode.st
changeset 1528 855c084e2f67
parent 1383 3d485eefbb36
child 1586 8ac383cb3c12
--- a/PrimaryNode.st	Wed Jun 30 17:23:24 2004 +0200
+++ b/PrimaryNode.st	Wed Jun 30 17:30:53 2004 +0200
@@ -88,13 +88,6 @@
 
 !PrimaryNode methodsFor:'queries'!
 
-isImmutable
-    "not used with ST/X - 
-     for JavaScript nodes return true here."
-
-    ^ true
-!
-
 isPrimary
     "return true, if this is a node for a primary (i.e. non-send)"
 
@@ -104,5 +97,5 @@
 !PrimaryNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/PrimaryNode.st,v 1.22 2003-03-28 14:39:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/PrimaryNode.st,v 1.23 2004-06-30 15:30:53 ca Exp $'
 ! !