Commit f551e876 authored by Mark Dickinson's avatar Mark Dickinson

Remove unused variable.

parent 8d68f55c
......@@ -1963,7 +1963,7 @@ static struct PyModuleDef _structmodule = {
PyMODINIT_FUNC
PyInit__struct(void)
{
PyObject *ver, *m;
PyObject *m;
m = PyModule_Create(&_structmodule);
if (m == 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