Commit d4f310a3 authored by Georg Brandl's avatar Georg Brandl

Remove unused variables.

parent 44739014
......@@ -2617,9 +2617,8 @@ int
PyObject_IsSubclass(PyObject *derived, PyObject *cls)
{
static PyObject *name = NULL;
PyObject *t, *v, *tb;
PyObject *checker;
if (PyTuple_Check(cls)) {
Py_ssize_t i;
Py_ssize_t n;
......
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