summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2005-03-10 22:15:32 (GMT)
committermsofer <msofer@noemail.net>2005-03-10 22:15:32 (GMT)
commit7cf18d5808997785a65ef75d62470f2ef9224f56 (patch)
tree4a12f6aae287585cad12217fef7277084cc76b91 /generic/tclCompCmds.c
parentebeaa9a8289b83e545326dc05a2b638424295774 (diff)
downloadtcl-7cf18d5808997785a65ef75d62470f2ef9224f56.zip
tcl-7cf18d5808997785a65ef75d62470f2ef9224f56.tar.gz
tcl-7cf18d5808997785a65ef75d62470f2ef9224f56.tar.bz2
* generic/tclCompCmds.c: removed debugging line
FossilOrigin-Name: 865086d48453a2e70ef4229cdbc9c21141c58aed
Diffstat (limited to 'generic/tclCompCmds.c')
-rw-r--r--generic/tclCompCmds.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c
index 92381a9..ae934bd 100644
--- a/generic/tclCompCmds.c
+++ b/generic/tclCompCmds.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: tclCompCmds.c,v 1.59 2004/10/18 21:15:37 dgp Exp $
+ * RCS: @(#) $Id: tclCompCmds.c,v 1.60 2005/03/10 22:15:34 msofer Exp $
*/
#include "tclInt.h"
@@ -2895,7 +2895,6 @@ TclCompileSwitchCmd(interp, parsePtr, envPtr)
if (tokenStartPtr != tokenPtr[1].start+tokenPtr[1].size) {
ckfree((char *)argv);
ckfree((char *)bodyTokenArray);
- fprintf(stderr, "BAD ASSUMPTION\n");
return TCL_OUT_LINE_COMPILE;
}