From 748cacee469b3e0204b5f1323c22bae7a0f11e1a Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Wed, 29 Sep 2010 19:09:33 +0000 Subject: Remove an unreferenced variable. len is no longer needed. --- Python/import.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Python/import.c b/Python/import.c index b708f27..43c1494 100644 --- a/Python/import.c +++ b/Python/import.c @@ -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; -- cgit v0.12