From 12cea33504df70df1758c94a2302e367e3855e43 Mon Sep 17 00:00:00 2001 From: dgp Date: Fri, 16 Sep 2005 01:40:15 +0000 Subject: silence compiler warning --- generic/tclDictObj.c | 3 +-- 1 file changed, 1 insertion(+), 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 ..."); -- cgit v0.12