mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Keep gcc -Wall happy
This commit is contained in:
parent
f0b69f01eb
commit
7c14103d77
5 changed files with 4 additions and 5 deletions
|
@ -692,7 +692,6 @@ static int
|
|||
init_builtin(name)
|
||||
char *name;
|
||||
{
|
||||
PyInterpreterState *interp = PyThreadState_Get()->interp;
|
||||
struct _inittab *p;
|
||||
PyObject *mod;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue