From ae9c04930f6142e841888670b2ec1909593e36b5 Mon Sep 17 00:00:00 2001 From: Miguel Sofer Date: Wed, 9 Dec 2009 17:57:03 +0000 Subject: remove accidentally committed C++ style comments --- generic/tclBasic.c | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v0.12