mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove a redundant statement from halfbinop().
This commit is contained in:
parent
ee918cb487
commit
4180cf1649
1 changed files with 0 additions and 1 deletions
|
@ -1110,7 +1110,6 @@ halfbinop(v, w, opname, r_result, thisfunc, swapped)
|
|||
return *r_result == NULL ? -1 : 0;
|
||||
}
|
||||
}
|
||||
w = PyTuple_GetItem(coerced, 1);
|
||||
}
|
||||
func = PyObject_GetAttrString(v, opname);
|
||||
if (func == NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue