From 66746cb2223a016d353746b1492d7be91f4d81f2 Mon Sep 17 00:00:00 2001 From: Alexander Belopolsky Date: Mon, 2 May 2011 13:44:20 -0400 Subject: Removed unused variable --- Modules/timemodule.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v0.12