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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66746cb2223a016d353746b1492d7be91f4d81f2;p=thirdparty%2FPython%2Fcpython.git Removed unused variable --- diff --git a/Modules/timemodule.c b/Modules/timemodule.c index c1e261cf97f0..2b86bcb49140 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;