Commit 599a8b7d authored by Alexander Belopolsky's avatar Alexander Belopolsky

Removed unused variable

parent 439a8040
......@@ -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