summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2009-12-13 17:27:46 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2009-12-13 17:27:46 (GMT)
commitf1c4f10de67bfd4fa6dadc2c4bb9f05396d1d282 (patch)
tree9794e01438d301aad1560f44f883b81e5b1f8481 /generic/tclBasic.c
parent64cd452abe0622edb368d64ef22b368689b6cc86 (diff)
downloadtcl-f1c4f10de67bfd4fa6dadc2c4bb9f05396d1d282.zip
tcl-f1c4f10de67bfd4fa6dadc2c4bb9f05396d1d282.tar.gz
tcl-f1c4f10de67bfd4fa6dadc2c4bb9f05396d1d282.tar.bz2
remove accidentally committed c++ style temp comments
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 5440bca..2316f06 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -16,7 +16,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclBasic.c,v 1.433 2009/12/13 17:11:47 msofer Exp $
+ * RCS: @(#) $Id: tclBasic.c,v 1.434 2009/12/13 17:27:46 msofer Exp $
*/
#include "tclInt.h"
@@ -8298,8 +8298,6 @@ TclNRTailcallObjCmd(
*/
TclNRAddCallback(interp, NRTailcallEval, listPtr, nsObjPtr, NULL, NULL);
- //iPtr->varFramePtr->tailcallPtr = TOP_CB(interp);
- //TclSpliceTailcall(interp, TOP_CB(interp));
tailcallPtr = TOP_CB(interp);
TOP_CB(interp) = tailcallPtr->nextPtr;