mirror of https://github.com/python/cpython
Remove unused variable
This commit is contained in:
parent
7ae2229afb
commit
d37292bb8d
|
@ -2721,7 +2721,6 @@ PyObject *PyUnicode_Join(PyObject *separator,
|
|||
PyUnicodeObject *res = NULL;
|
||||
int reslen = 0;
|
||||
Py_UNICODE *p;
|
||||
int seqlen = 0;
|
||||
int sz = 100;
|
||||
int i;
|
||||
PyObject *it;
|
||||
|
|
Loading…
Reference in New Issue