mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
Remove unused variables.
This commit is contained in:
parent
7f8ed815db
commit
dcfe8e44c3
1 changed files with 1 additions and 2 deletions
|
|
@ -2617,7 +2617,6 @@ int
|
||||||
PyObject_IsSubclass(PyObject *derived, PyObject *cls)
|
PyObject_IsSubclass(PyObject *derived, PyObject *cls)
|
||||||
{
|
{
|
||||||
static PyObject *name = NULL;
|
static PyObject *name = NULL;
|
||||||
PyObject *t, *v, *tb;
|
|
||||||
PyObject *checker;
|
PyObject *checker;
|
||||||
|
|
||||||
if (PyTuple_Check(cls)) {
|
if (PyTuple_Check(cls)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue