Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0681785

Browse files
committed
Remove unused variable.
1 parent bfd5761 commit 0681785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_struct.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1963,7 +1963,7 @@ static struct PyModuleDef _structmodule = {
19631963
PyMODINIT_FUNC
19641964
PyInit__struct(void)
19651965
{
1966-
PyObject *ver, *m;
1966+
PyObject *m;
19671967

19681968
m = PyModule_Create(&_structmodule);
19691969
if (m == NULL)

0 commit comments

Comments
 (0)