summaryrefslogtreecommitdiffstats
path: root/generic/tclOODefineCmds.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2023-11-13 14:49:45 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2023-11-13 14:49:45 (GMT)
commitda8146f9dd5831b776f3369cd9e4d15ca8698f45 (patch)
treed62f9193478056aedb161dec714877504013b4cf /generic/tclOODefineCmds.c
parent323c70e2f7d531aa7305d0ffaa3b9ed3087ea178 (diff)
downloadtcl-da8146f9dd5831b776f3369cd9e4d15ca8698f45.zip
tcl-da8146f9dd5831b776f3369cd9e4d15ca8698f45.tar.gz
tcl-da8146f9dd5831b776f3369cd9e4d15ca8698f45.tar.bz2
Blooperfix
Diffstat (limited to 'generic/tclOODefineCmds.c')
-rw-r--r--generic/tclOODefineCmds.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclOODefineCmds.c b/generic/tclOODefineCmds.c
index a88a27e..5f10475 100644
--- a/generic/tclOODefineCmds.c
+++ b/generic/tclOODefineCmds.c
@@ -2922,8 +2922,6 @@ ObjMixinSet(
Object *oPtr = (Object *) TclOOGetDefineCmdContext(interp);
int mixinc, i, isNew;
Tcl_Obj **mixinv;
- Class **mixins;
- int i;
Class **mixins; /* The references to the classes to actually
* install. */
Tcl_HashTable uniqueCheck; /* Note that this hash table is just used as a