Commit 5156f2ca authored by Martin v. Löwis's avatar Martin v. Löwis

Drop unused variable.

parent cfa61292
......@@ -439,7 +439,6 @@ zipimporter_get_data(PyObject *obj, PyObject *args)
ZipImporter *self = (ZipImporter *)obj;
PyObject *path, *key;
#ifdef ALTSEP
PyObject *tmp;
_Py_IDENTIFIER(replace);
#endif
PyObject *toc_entry;
......
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