Commit 66746cb2 authored by Alexander Belopolsky's avatar Alexander Belopolsky

Removed unused variable

parent 89da349b
......@@ -869,7 +869,6 @@ PyMODINIT_FUNC
PyInit_time(void)
{
PyObject *m;
char *p;
m = PyModule_Create(&timemodule);
if (m == NULL)
return NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment