]> granicus.if.org Git - python/commitdiff
Remove an unreferenced variable. len is no longer needed.
authorBrian Curtin <brian.curtin@gmail.com>
Wed, 29 Sep 2010 19:09:33 +0000 (19:09 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Wed, 29 Sep 2010 19:09:33 +0000 (19:09 +0000)
Python/import.c

index b708f27d3830e301e7911356e42fb11395c1e0f9..43c149415086c6d06b92ac895482dc4d60b5737a 100644 (file)
@@ -3723,7 +3723,6 @@ NullImporter_init(NullImporter *self, PyObject *args, PyObject *kwds)
     PyObject *pathobj;
     DWORD rv;
     wchar_t *path;
-    Py_ssize_t len;
 
     if (!_PyArg_NoKeywords("NullImporter()", kwds))
         return -1;