Remove unused variable

This commit is contained in:
Jeremy Hylton 2001-05-08 04:00:45 +00:00
parent 7ae2229afb
commit d37292bb8d
1 changed files with 0 additions and 1 deletions

View File

@ -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;