summaryrefslogtreecommitdiffstats
path: root/Modules/timemodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/timemodule.c')
-rw-r--r--Modules/timemodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c
index c1e261c..2b86bcb 100644
--- a/Modules/timemodule.c
+++ b/Modules/timemodule.c
@@ -869,7 +869,6 @@ PyMODINIT_FUNC
PyInit_time(void)
{
PyObject *m;
- char *p;
m = PyModule_Create(&timemodule);
if (m == NULL)
return NULL;