Remove unused variable.

This commit is contained in:
Guido van Rossum 1997-01-18 20:04:05 +00:00
parent 8d75161671
commit 7eb883a18e

View 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;