From 7eb883a18e2260c73fd08073b640eac07c6788c7 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 18 Jan 1997 20:04:05 +0000 Subject: Remove unused variable. --- Python/compile.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Python/compile.c b/Python/compile.c index a772d79..6d3a479 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; -- cgit v0.12