diff options
author | Guido van Rossum <guido@python.org> | 1997-08-15 02:52:08 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-15 02:52:08 (GMT) |
commit | 7c14103d77e02f3ee66d39d15fda6090ab2965f7 (patch) | |
tree | 00a62840f6ed995a8d8824cc45515caa3c3a946c /Python/import.c | |
parent | f0b69f01eba87dcd56b9ed0a5be2fd7149f20b7a (diff) | |
download | cpython-7c14103d77e02f3ee66d39d15fda6090ab2965f7.zip cpython-7c14103d77e02f3ee66d39d15fda6090ab2965f7.tar.gz cpython-7c14103d77e02f3ee66d39d15fda6090ab2965f7.tar.bz2 |
Keep gcc -Wall happy
Diffstat (limited to 'Python/import.c')
-rw-r--r-- | Python/import.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c index 2368143..fe24b28 100644 --- a/Python/import.c +++ b/Python/import.c @@ -692,7 +692,6 @@ static int init_builtin(name) char *name; { - PyInterpreterState *interp = PyThreadState_Get()->interp; struct _inittab *p; PyObject *mod; |