mirror of
https://github.com/python/cpython.git
synced 2025-07-12 22:05:16 +00:00
Remove unused variable.
This commit is contained in:
parent
8d75161671
commit
7eb883a18e
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue