diff options
Diffstat (limited to 'Python/compile.c')
-rw-r--r-- | Python/compile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/compile.c b/Python/compile.c index a772d79e71..6d3a479f49 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -225,7 +225,6 @@ newcodeobject(argcount, nlocals, stacksize, flags, /* Intern selected string constants */ for (i = gettuplesize(consts); --i >= 0; ) { object *v = gettupleitem(consts, i); - int n; char *p; if (!is_stringobject(v)) continue; |