summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2005-02-01 17:26:28 (GMT)
committerdgp <dgp@noemail.net>2005-02-01 17:26:28 (GMT)
commit99e7527beb3f28723ecd007a793ce4348d3ef58c (patch)
treee72a283b2df1d79ef1cb49b84c8b0c4db89a871e /generic/tclExecute.c
parentb71a150a2b5cc0bbb2b40c02ced09ced289a1372 (diff)
downloadtcl-99e7527beb3f28723ecd007a793ce4348d3ef58c.zip
tcl-99e7527beb3f28723ecd007a793ce4348d3ef58c.tar.gz
tcl-99e7527beb3f28723ecd007a793ce4348d3ef58c.tar.bz2
* generic/tclExecute.c (TclCompEvalObj): Removed stray statement
left behind in prior code reorganization. FossilOrigin-Name: 0cf23b16e1f391ae9485241d87fa47e2141bca1d
Diffstat (limited to 'generic/tclExecute.c')
-rw-r--r--generic/tclExecute.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c
index 04862e4..99e1d67 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.94.2.10 2004/11/02 15:46:35 dkf Exp $
+ * RCS: @(#) $Id: tclExecute.c,v 1.94.2.11 2005/02/01 17:26:32 dgp Exp $
*/
#include "tclInt.h"
@@ -922,7 +922,6 @@ TclCompEvalObj(interp, objPtr)
iPtr->numLevels--;
return result;
}
- iPtr->evalFlags = 0;
codePtr = (ByteCode *) objPtr->internalRep.otherValuePtr;
} else {
/*