summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2008-07-14 00:57:28 (GMT)
committermsofer <msofer@noemail.net>2008-07-14 00:57:28 (GMT)
commitf42a7d85b77ebce9db8f506e797b32ca7bce7220 (patch)
tree9c4cfd44fdb68b2dee38c53d3c8bd4fc6dd86ce5 /generic/tclParse.c
parent0cd376b0b0bc1392d513ffa3c8e19e4f70901038 (diff)
downloadtcl-f42a7d85b77ebce9db8f506e797b32ca7bce7220.zip
tcl-f42a7d85b77ebce9db8f506e797b32ca7bce7220.tar.gz
tcl-f42a7d85b77ebce9db8f506e797b32ca7bce7220.tar.bz2
remove unused variable
FossilOrigin-Name: f6560eca1e41a7811edc2884dc58c1b0c201cf3d
Diffstat (limited to 'generic/tclParse.c')
-rw-r--r--generic/tclParse.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclParse.c b/generic/tclParse.c
index 3548ade..1020979 100644
--- a/generic/tclParse.c
+++ b/generic/tclParse.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclParse.c,v 1.66 2008/07/14 00:38:02 msofer Exp $
+ * RCS: @(#) $Id: tclParse.c,v 1.67 2008/07/14 00:57:28 msofer Exp $
*/
#include "tclInt.h"
@@ -2165,8 +2165,6 @@ TclSubstTokens(
break;
case TCL_TOKEN_COMMAND: {
- Interp *iPtr = (Interp *) interp;
-
code = TclInterpReady(interp);
if (code == TCL_OK) {
code = Tcl_Canceled(interp, TCL_LEAVE_ERR_MSG);