mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Kill two innocuous compiler warnings.
This commit is contained in:
parent
514a0f2c95
commit
0f0eb0b7fe
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,6 @@ PyModule_GetName(PyObject *m)
|
|||
{
|
||||
PyObject *d;
|
||||
PyObject *nameobj;
|
||||
char *s;
|
||||
if (!PyModule_Check(m)) {
|
||||
PyErr_BadArgument();
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue