summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Objects/unicodeobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index 5da4d2f..475215c 100644
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -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;