diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2023-11-13 14:49:45 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2023-11-13 14:49:45 (GMT) |
commit | da8146f9dd5831b776f3369cd9e4d15ca8698f45 (patch) | |
tree | d62f9193478056aedb161dec714877504013b4cf /generic/tclOODefineCmds.c | |
parent | 323c70e2f7d531aa7305d0ffaa3b9ed3087ea178 (diff) | |
download | tcl-da8146f9dd5831b776f3369cd9e4d15ca8698f45.zip tcl-da8146f9dd5831b776f3369cd9e4d15ca8698f45.tar.gz tcl-da8146f9dd5831b776f3369cd9e4d15ca8698f45.tar.bz2 |
Blooperfix
Diffstat (limited to 'generic/tclOODefineCmds.c')
-rw-r--r-- | generic/tclOODefineCmds.c | 2 |
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 |