diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-09 17:57:03 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-09 17:57:03 (GMT) |
commit | ae9c04930f6142e841888670b2ec1909593e36b5 (patch) | |
tree | 515b94bbfab00e4f4ea36eb95831a6ea37045677 /generic | |
parent | e699453c93c0d61c1571e533dd550088858bd10f (diff) | |
download | tcl-ae9c04930f6142e841888670b2ec1909593e36b5.zip tcl-ae9c04930f6142e841888670b2ec1909593e36b5.tar.gz tcl-ae9c04930f6142e841888670b2ec1909593e36b5.tar.bz2 |
remove accidentally committed C++ style comments
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclBasic.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c index d427a3a..75e896a 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.423 2009/12/09 17:55:01 msofer Exp $ + * RCS: @(#) $Id: tclBasic.c,v 1.424 2009/12/09 17:57:03 msofer Exp $ */ #include "tclInt.h" @@ -8860,8 +8860,6 @@ TclNRCoroutineObjCmd( Tcl_IncrRefCount(arglistPtr); Tcl_ListObjGetElements(interp, arglistPtr, &framePtr->objc, &framePtr->objv); - //framePtr->objc = objc-2; - //framePtr->objv = &objv[2]; /* * Save the base context. The base cmdFramePtr is unknown at this time: it |