Remove unused variable.
This commit is contained in:
parent
bfd57618b5
commit
0681785d09
|
@ -1963,7 +1963,7 @@ static struct PyModuleDef _structmodule = {
|
||||||
PyMODINIT_FUNC
|
PyMODINIT_FUNC
|
||||||
PyInit__struct(void)
|
PyInit__struct(void)
|
||||||
{
|
{
|
||||||
PyObject *ver, *m;
|
PyObject *m;
|
||||||
|
|
||||||
m = PyModule_Create(&_structmodule);
|
m = PyModule_Create(&_structmodule);
|
||||||
if (m == NULL)
|
if (m == NULL)
|
||||||
|
|
Loading…
Reference in New Issue