diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-10-30 21:00:07 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-10-30 21:00:07 (GMT) |
commit | c29a0584716dc23c315d6fbaf3c578e5aef6412c (patch) | |
tree | 4543574e62c96a816c85c047565e926c8888e731 /generic/tclCmdAH.c | |
parent | 64be335c36012419adc36816d7e4d063df63425e (diff) | |
download | tcl-c29a0584716dc23c315d6fbaf3c578e5aef6412c.zip tcl-c29a0584716dc23c315d6fbaf3c578e5aef6412c.tar.gz tcl-c29a0584716dc23c315d6fbaf3c578e5aef6412c.tar.bz2 |
removed erroneous comment [Bug 1029518]
Diffstat (limited to 'generic/tclCmdAH.c')
-rw-r--r-- | generic/tclCmdAH.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/generic/tclCmdAH.c b/generic/tclCmdAH.c index c015b1b..4d99fbd 100644 --- a/generic/tclCmdAH.c +++ b/generic/tclCmdAH.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: tclCmdAH.c,v 1.27.2.10 2004/10/28 04:16:20 dgp Exp $ + * RCS: @(#) $Id: tclCmdAH.c,v 1.27.2.11 2004/10/30 21:00:09 msofer Exp $ */ #include "tclInt.h" @@ -241,12 +241,6 @@ Tcl_CatchObjCmd(dummy, interp, objc, objv) return TCL_ERROR; } - /* - * Save a pointer to the variable name object, if any, in case the - * Tcl_EvalObj reallocates the bytecode interpreter's evaluation - * stack rendering objv invalid. - */ - if (objc == 3) { varNamePtr = objv[2]; } |