Commit 55c31944 authored by Fred Drake's avatar Fred Drake

remove unused variable

parent b9f3065a
......@@ -261,7 +261,6 @@ w_object(PyObject *v, WFILE *p)
w_object((PyObject *)NULL, p);
}
else if (PyAnySet_Check(v)) {
int pos;
PyObject *value, *it;
if (PyObject_TypeCheck(v, &PySet_Type))
......
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