summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-02-10 17:09:19 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-02-10 17:09:19 (GMT)
commitd667d72cb75c41f3045d00945ee4652a8b814418 (patch)
treeb90e59581ad204665e8510a2485a27b4f52322f9 /Python
parent87a5c515d03f3e2215f3da7b90a4b848ac510879 (diff)
downloadcpython-d667d72cb75c41f3045d00945ee4652a8b814418.zip
cpython-d667d72cb75c41f3045d00945ee4652a8b814418.tar.gz
cpython-d667d72cb75c41f3045d00945ee4652a8b814418.tar.bz2
Temporary silence test broken by issue19255.
Remove unused variables.
Diffstat (limited to 'Python')
-rw-r--r--Python/import.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/import.c b/Python/import.c
index 207dbce..7972f86 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -401,8 +401,6 @@ PyImport_Cleanup(void)
PyObject *key, *value, *dict;
PyInterpreterState *interp = PyThreadState_GET()->interp;
PyObject *modules = interp->modules;
- PyObject *builtins_mod = NULL;
- PyObject *sys_mod = NULL;
PyObject *weaklist = NULL;
char **p;