Remove an unreferenced variable. len is no longer needed.

This commit is contained in:
Brian Curtin 2010-09-29 19:09:33 +00:00
parent c60371748b
commit 748cacee46
1 changed files with 0 additions and 1 deletions

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