From 4ec6ad0af11a38ff55e732d0d1a0830ac29d2678 Mon Sep 17 00:00:00 2001 From: Miguel Sofer Date: Mon, 14 Jul 2008 00:57:28 +0000 Subject: remove unused variable --- generic/tclParse.c | 4 +--- 1 file changed, 1 insertion(+), 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); -- cgit v0.12