Keep gcc -Wall happy

This commit is contained in:
Guido van Rossum 1997-08-15 02:52:08 +00:00
parent f0b69f01eb
commit 7c14103d77
5 changed files with 4 additions and 5 deletions

View file

@ -692,7 +692,6 @@ static int
init_builtin(name)
char *name;
{
PyInterpreterState *interp = PyThreadState_Get()->interp;
struct _inittab *p;
PyObject *mod;