]> granicus.if.org Git - python/commitdiff
Remove unused variable.
authorGuido van Rossum <guido@python.org>
Sat, 18 Jan 1997 20:04:05 +0000 (20:04 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 18 Jan 1997 20:04:05 +0000 (20:04 +0000)
Python/compile.c

index a772d79e71df173c0cfc15cdd23407724a875167..6d3a479f49c84f0cbda5a74ee55f1a6fb9bf2a22 100644 (file)
@@ -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;