Removed unused variable

This commit is contained in:
Alexander Belopolsky 2011-05-02 13:44:20 -04:00
parent 89da349b7b
commit 66746cb222

View file

@ -869,7 +869,6 @@ PyMODINIT_FUNC
PyInit_time(void)
{
PyObject *m;
char *p;
m = PyModule_Create(&timemodule);
if (m == NULL)
return NULL;