Issue #21118: Remove unused variable

This commit is contained in:
Victor Stinner 2014-04-05 00:15:52 +02:00
parent 3c286e2e0d
commit 8a4422e78d
1 changed files with 0 additions and 1 deletions

View File

@ -8595,7 +8595,6 @@ _PyUnicode_TranslateCharmap(PyObject *input,
/* startpos for collecting untranslatable chars */
Py_ssize_t collstart;
Py_ssize_t collend;
Py_ssize_t coll;
Py_UCS4 ch;
ch = PyUnicode_READ(kind, data, i);