mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove unused variable
This commit is contained in:
parent
7ae2229afb
commit
d37292bb8d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue