summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclDictObj.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclDictObj.c b/generic/tclDictObj.c
index 3944173..8e11bfe 100644
--- a/generic/tclDictObj.c
+++ b/generic/tclDictObj.c
@@ -2014,7 +2014,6 @@ DictSmartRefCmd(
Tcl_Obj *const *objv)
{
Tcl_Obj *result;
- Dict *dict;
if (objc != 2) {
Tcl_WrongNumArgs(interp, 1, objv, "dictionary");