mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55:13 +08:00
removed unused vars
This commit is contained in:
parent
27e916fd35
commit
e95d92b65e
@ -826,7 +826,6 @@ instancebinop(v, w, opname, ropname, thisfunc)
|
||||
char *ropname;
|
||||
object * (*thisfunc) PROTO((object *, object *));
|
||||
{
|
||||
object *v1, *w1;
|
||||
char buf[256];
|
||||
object *result = NULL;
|
||||
if (halfbinop(v, w, opname, &result, thisfunc, 0) <= 0)
|
||||
|
Loading…
Reference in New Issue
Block a user