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

Removed unused variable

parent 439a8040
...@@ -869,7 +869,6 @@ PyMODINIT_FUNC ...@@ -869,7 +869,6 @@ PyMODINIT_FUNC
PyInit_time(void) PyInit_time(void)
{ {
PyObject *m; PyObject *m;
char *p;
m = PyModule_Create(&timemodule); m = PyModule_Create(&timemodule);
if (m == NULL) if (m == NULL)
return 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