Kaydet (Commit) d37292bb authored tarafından Jeremy Hylton's avatar Jeremy Hylton

Remove unused variable

üst 7ae2229a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment