mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
Drop unused variable.
This commit is contained in:
parent
cfa6129276
commit
5156f2ca9a
1 changed files with 0 additions and 1 deletions
|
|
@ -439,7 +439,6 @@ zipimporter_get_data(PyObject *obj, PyObject *args)
|
||||||
ZipImporter *self = (ZipImporter *)obj;
|
ZipImporter *self = (ZipImporter *)obj;
|
||||||
PyObject *path, *key;
|
PyObject *path, *key;
|
||||||
#ifdef ALTSEP
|
#ifdef ALTSEP
|
||||||
PyObject *tmp;
|
|
||||||
_Py_IDENTIFIER(replace);
|
_Py_IDENTIFIER(replace);
|
||||||
#endif
|
#endif
|
||||||
PyObject *toc_entry;
|
PyObject *toc_entry;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue