mirror of https://github.com/python/cpython
Remove unused variable.
This commit is contained in:
parent
bfd57618b5
commit
0681785d09
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue