Kaydet (Commit) 748cacee authored tarafından Brian Curtin's avatar Brian Curtin

Remove an unreferenced variable. len is no longer needed.

üst c6037174
......@@ -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;
......
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