summaryrefslogtreecommitdiffstats
path: root/Objects/moduleobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/moduleobject.c')
-rw-r--r--Objects/moduleobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/moduleobject.c b/Objects/moduleobject.c
index 82eabf1..f188515 100644
--- a/Objects/moduleobject.c
+++ b/Objects/moduleobject.c
@@ -59,7 +59,6 @@ PyModule_GetName(PyObject *m)
{
PyObject *d;
PyObject *nameobj;
- char *s;
if (!PyModule_Check(m)) {
PyErr_BadArgument();
return NULL;