diff options
author | dgp <dgp@users.sourceforge.net> | 2005-09-16 01:40:15 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-09-16 01:40:15 (GMT) |
commit | 12cea33504df70df1758c94a2302e367e3855e43 (patch) | |
tree | 085845fc70db215da71f2dfde11d5add22be561a | |
parent | 646693599e22bddc49d38c7d05cc8fbcffccbec7 (diff) | |
download | tcl-12cea33504df70df1758c94a2302e367e3855e43.zip tcl-12cea33504df70df1758c94a2302e367e3855e43.tar.gz tcl-12cea33504df70df1758c94a2302e367e3855e43.tar.bz2 |
silence compiler warning
-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 ..."); |