Remove unused method vars
authorStefan Vogel <sv@exept.de>
Fri, 17 Sep 1999 08:59:07 +0200
changeset 4739 4edaff2107ea
parent 4738 fe2a0f7d585e
child 4740 fda50b1e4fa5
Remove unused method vars
ObjectMemory.st
--- a/ObjectMemory.st	Fri Sep 17 08:50:30 1999 +0200
+++ b/ObjectMemory.st	Fri Sep 17 08:59:07 1999 +0200
@@ -1174,9 +1174,9 @@
 
 displayRefChainToAny:aCollection
     |levels objects done showMore stop userStop chain
-     top progress lbl h nDone nAll panel listV stopButton 
+     top progress lbl h nDone nAll panel listV 
      moreButton owners objectArray numObjects numObjectsDone
-     found moreChainsOnThisLevel temporaryRemoved chains chainObjs
+     found moreChainsOnThisLevel temporaryRemoved chains
      anyShown anyShownInAnyLevel list tLevels firstRound|
 
     top := StandardSystemView new.
@@ -5038,6 +5038,6 @@
 !ObjectMemory class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.183 1999-09-16 14:33:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.184 1999-09-17 06:59:07 stefan Exp $'
 ! !
 ObjectMemory initialize!