summaryrefslogtreecommitdiffstats
path: root/generic/tclTestObj.c
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2008-11-26 23:09:33 (GMT)
committernijtmans <nijtmans@noemail.net>2008-11-26 23:09:33 (GMT)
commitc37a387480cc183f6ed6914d04d29a6f0daeae30 (patch)
tree642b3ff7ee41773bbe58d2b791e4b8d9f16ee514 /generic/tclTestObj.c
parent55ce0037ea9265659ad25842f7d1f59f2110bc65 (diff)
downloadtcl-c37a387480cc183f6ed6914d04d29a6f0daeae30.zip
tcl-c37a387480cc183f6ed6914d04d29a6f0daeae30.tar.gz
tcl-c37a387480cc183f6ed6914d04d29a6f0daeae30.tar.bz2
Eliminate warning: unused variable
FossilOrigin-Name: 80eddfdb438189b0a89fd97184842b926b54405c
Diffstat (limited to 'generic/tclTestObj.c')
-rw-r--r--generic/tclTestObj.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclTestObj.c b/generic/tclTestObj.c
index c643822..c88a519 100644
--- a/generic/tclTestObj.c
+++ b/generic/tclTestObj.c
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclTestObj.c,v 1.26 2008/11/25 23:19:02 nijtmans Exp $
+ * RCS: @(#) $Id: tclTestObj.c,v 1.27 2008/11/26 23:09:34 nijtmans Exp $
*/
#include "tclInt.h"
@@ -918,8 +918,6 @@ TestobjCmd(
Tcl_SetObjResult(interp, Tcl_NewStringObj(typeName, -1));
}
} else if (strcmp(subCmd, "refcount") == 0) {
- char buf[TCL_INTEGER_SPACE];
-
if (objc != 3) {
goto wrongNumArgs;
}