Commit 4180cf16 authored by Guido van Rossum's avatar Guido van Rossum

Remove a redundant statement from halfbinop().

parent ee918cb4
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment