mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Remove unused variables.
This commit is contained in:
parent
7f8ed815db
commit
dcfe8e44c3
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue