Drop unused variable.

This commit is contained in:
Martin v. Löwis 2011-10-31 09:05:10 +01:00
parent cfa6129276
commit 5156f2ca9a

View file

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