mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Removed unreachable goto statement to silence SGI compiler.
This commit is contained in:
parent
2f38f81fec
commit
a2c2ae62df
1 changed files with 0 additions and 1 deletions
|
@ -5363,7 +5363,6 @@ symtable_assign(struct symtable *st, node *n, int flag)
|
||||||
symtable_assign(st, CHILD(n, i), flag);
|
symtable_assign(st, CHILD(n, i), flag);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
goto loop;
|
|
||||||
case atom:
|
case atom:
|
||||||
tmp = CHILD(n, 0);
|
tmp = CHILD(n, 0);
|
||||||
if (TYPE(tmp) == LPAR || TYPE(tmp) == LSQB) {
|
if (TYPE(tmp) == LPAR || TYPE(tmp) == LSQB) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue