Removed unreferenced label.

This commit is contained in:
Tim Peters 2003-02-18 19:32:50 +00:00
parent 8e80a72be4
commit 97e5ff555e
1 changed files with 1 additions and 2 deletions

View File

@ -5210,7 +5210,6 @@ supercheck(PyTypeObject *type, PyObject *obj)
Py_DECREF(class_attr);
}
fail:
PyErr_SetString(PyExc_TypeError,
"super(type, obj): "
"obj must be an instance or subtype of type");