remove unused vars
authorStefan Vogel <sv@exept.de>
Tue, 09 Jul 2002 16:39:17 +0200
changeset 3702 cfbc382adfbe
parent 3701 ef73aac8e8d5
child 3703 97c92239e22f
remove unused vars
DebugView.st
--- a/DebugView.st	Tue Jul 09 16:10:10 2002 +0200
+++ b/DebugView.st	Tue Jul 09 16:39:17 2002 +0200
@@ -135,7 +135,7 @@
 
     <context: #return>
 
-    |active foundNoByteCodeContext c|
+    |active|
 
     StepInterruptPending := nil.
 
@@ -4390,7 +4390,7 @@
      Most complications here arise from filtering less-interesting contexts
      if not in verbose-context mode."
 
-    |con text method caller caller2 called called2 m count showIt c cc
+    |con text method caller caller2 called called2 m count c cc
      suspendContext calledBySuspendContext nm h calledContext|
 
     (contextArray size > 0 and:[aContext == (contextArray at:1)]) ifTrue:[
@@ -5872,6 +5872,6 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.322 2002-07-09 14:10:10 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.323 2002-07-09 14:39:17 stefan Exp $'
 ! !
 DebugView initialize!