Commit 8a4422e7 authored by Victor Stinner's avatar Victor Stinner

Issue #21118: Remove unused variable

parent 3c286e2e
......@@ -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);
......
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