Remove dead assignment
This commit is contained in:
parent
2e98fddd78
commit
971b94f5fe
1 changed files with 0 additions and 1 deletions
|
|
@ -343,7 +343,6 @@ SWIG_Tcl_MethodCommand(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_
|
|||
}
|
||||
cls_stack[cls_stack_top] = inst->classptr;
|
||||
cls_stack_bi[cls_stack_top] = -1;
|
||||
cls = inst->classptr;
|
||||
while (1) {
|
||||
Tcl_HashEntry* hashentry;
|
||||
bi = cls_stack_bi[cls_stack_top];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue