summaryrefslogtreecommitdiffstats
path: root/Python/import.c
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)
commite0a976c09d379485380728be54d96b3213a10fa9 (patch)
treeccf5f5540864a82616c85dcaed45fedabe8b1de6 /Python/import.c
parent013bb91aa304062bb65fe8951e2d263f2065ee56 (diff)
downloadcpython-e0a976c09d379485380728be54d96b3213a10fa9.zip
cpython-e0a976c09d379485380728be54d96b3213a10fa9.tar.gz
cpython-e0a976c09d379485380728be54d96b3213a10fa9.tar.bz2
Temporary silence test broken by issue19255.
Remove unused variables.
Diffstat (limited to 'Python/import.c')
-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;