VariableNode.st
changeset 106 2653f74569d1
parent 104 2016bfa4cd45
child 117 3736a828cb50
--- a/VariableNode.st	Sun Aug 13 00:59:41 1995 +0200
+++ b/VariableNode.st	Sun Aug 13 22:52:47 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1994 by Claus Gittinger
 	     All Rights Reserved
 
-$Header: /cvs/stx/stx/libcomp/VariableNode.st,v 1.9 1995-08-11 20:28:40 claus Exp $
+$Header: /cvs/stx/stx/libcomp/VariableNode.st,v 1.10 1995-08-13 20:52:47 claus Exp $
 '!
 
 !VariableNode class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libcomp/VariableNode.st,v 1.9 1995-08-11 20:28:40 claus Exp $
+$Header: /cvs/stx/stx/libcomp/VariableNode.st,v 1.10 1995-08-13 20:52:47 claus Exp $
 "
 !
 
@@ -366,12 +366,8 @@
 	aStream nextPut:#pushThisContext. ^ self
     ].
 
-    "can this be reached ?"
-
     "not reached"
     self halt:'bad type'.
-
-    aStream nextPut:#pushLit; nextPut:value
 !
 
 codeStoreOn:aStream inBlock:codeBlock valueNeeded:valueNeeded for:aCompiler
@@ -439,7 +435,7 @@
 	aStream nextPut:#storeClassInstVar; nextPut:index.
 	^ self
     ].
-    "cannot be reached"
+    "not reached"
     ^ self error:'bad assignment'
 ! !