]> granicus.if.org Git - python/commitdiff
Removed unused variable
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 2 May 2011 17:44:20 +0000 (13:44 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 2 May 2011 17:44:20 +0000 (13:44 -0400)
Modules/timemodule.c

index c1e261cf97f0413e1ca32956575c90b399b82eb0..2b86bcb4914010eea8152dc3619a0f34a0cfee62 100644 (file)
@@ -869,7 +869,6 @@ PyMODINIT_FUNC
 PyInit_time(void)
 {
     PyObject *m;
-    char *p;
     m = PyModule_Create(&timemodule);
     if (m == NULL)
         return NULL;