Kaydet (Commit) 7eb883a1 authored tarafından Guido van Rossum's avatar Guido van Rossum

Remove unused variable.

üst 8d751616
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment