mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +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
|
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…
Add table
Add a link
Reference in a new issue