From: Alexander Belopolsky Date: Mon, 2 May 2011 17:44:20 +0000 (-0400) Subject: Removed unused variable X-Git-Tag: v3.3.0a1~2428 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66746cb2223a016d353746b1492d7be91f4d81f2;p=python Removed unused variable --- diff --git a/Modules/timemodule.c b/Modules/timemodule.c index c1e261cf97..2b86bcb491 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;