Kaydet (Commit) 66746cb2 authored tarafından Alexander Belopolsky's avatar Alexander Belopolsky

Removed unused variable

üst 89da349b
...@@ -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