diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-01 14:41:16 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-01 14:41:16 (GMT) |
commit | 1d695e2434917aed6f4ce9ef0049330afddea307 (patch) | |
tree | 3b8f38ceda02131d4cfb53a895c43f73878f3ea2 /generic/tclExecute.c | |
parent | 7dbcb9eb54a05922c50c4edd15bac88410020f5c (diff) | |
download | tcl-1d695e2434917aed6f4ce9ef0049330afddea307.zip tcl-1d695e2434917aed6f4ce9ef0049330afddea307.tar.gz tcl-1d695e2434917aed6f4ce9ef0049330afddea307.tar.bz2 |
Remove unused label
Diffstat (limited to 'generic/tclExecute.c')
-rw-r--r-- | generic/tclExecute.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c index c85f149..6d324a5 100644 --- a/generic/tclExecute.c +++ b/generic/tclExecute.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: tclExecute.c,v 1.164 2004/11/01 14:38:24 dkf Exp $ + * RCS: @(#) $Id: tclExecute.c,v 1.165 2004/11/01 14:41:16 dkf Exp $ */ #ifdef STDC_HEADERS @@ -3413,7 +3413,6 @@ TclExecuteByteCode(interp, codePtr) } } - foundResult: TRACE(("%.20s %.20s => %ld\n", O2S(valuePtr), O2S(value2Ptr), iResult)); /* |