mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +00:00
Remove unused variable.
This commit is contained in:
parent
bfd57618b5
commit
0681785d09
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue