diff options
author | dgp <dgp@users.sourceforge.net> | 2005-02-01 17:27:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-02-01 17:27:26 (GMT) |
commit | 706307f418ca26ba8bd070b6780836d2b053ff9a (patch) | |
tree | 74cc84b0f0d2dc95f7d2d4b4131ba3e988631952 /generic/tclExecute.c | |
parent | cc0358f85a295939fe7f0a802ea657627459b4e1 (diff) | |
download | tcl-706307f418ca26ba8bd070b6780836d2b053ff9a.zip tcl-706307f418ca26ba8bd070b6780836d2b053ff9a.tar.gz tcl-706307f418ca26ba8bd070b6780836d2b053ff9a.tar.bz2 |
* generic/tclExecute.c (TclCompEvalObj): Removed stray statement
left behind in prior code reorganization.
Diffstat (limited to 'generic/tclExecute.c')
-rw-r--r-- | generic/tclExecute.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c index a2b608c..b702a1d 100644 --- a/generic/tclExecute.c +++ b/generic/tclExecute.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclExecute.c,v 1.169 2004/12/24 18:06:58 msofer Exp $ + * RCS: @(#) $Id: tclExecute.c,v 1.170 2005/02/01 17:27:27 dgp Exp $ */ #include "tclInt.h" @@ -1008,7 +1008,6 @@ TclCompEvalObj(interp, objPtr) iPtr->numLevels--; return result; } - iPtr->evalFlags = 0; codePtr = (ByteCode *) objPtr->internalRep.otherValuePtr; } else { /* |