diff options
author | dgp <dgp@noemail.net> | 2005-09-16 01:40:15 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2005-09-16 01:40:15 (GMT) |
commit | a75b746ae2478ba8bb60eba981525282de3a0260 (patch) | |
tree | 085845fc70db215da71f2dfde11d5add22be561a | |
parent | 7dd3182ca056407376685aeb8d8e5a9f8e4ed2c3 (diff) | |
download | tcl-a75b746ae2478ba8bb60eba981525282de3a0260.zip tcl-a75b746ae2478ba8bb60eba981525282de3a0260.tar.gz tcl-a75b746ae2478ba8bb60eba981525282de3a0260.tar.bz2 |
silence compiler warning
FossilOrigin-Name: a95dcb39142d5371765ab1c78cd71601dd1b9a57
-rw-r--r-- | generic/tclDictObj.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclDictObj.c b/generic/tclDictObj.c index a64fb6c..196455e 100644 --- a/generic/tclDictObj.c +++ b/generic/tclDictObj.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclDictObj.c,v 1.34 2005/09/14 21:32:17 dgp Exp $ + * RCS: @(#) $Id: tclDictObj.c,v 1.35 2005/09/16 01:40:15 dgp Exp $ */ #include "tclInt.h" @@ -2474,7 +2474,6 @@ DictFilterCmd(interp, objc, objv) Tcl_DictSearch search; int index, varc, done, result, satisfied; char *pattern; - char msg[32 + TCL_INTEGER_SPACE]; if (objc < 4) { Tcl_WrongNumArgs(interp, 2, objv, "dictionary filterType ..."); |