mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +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);
|
||||
return;
|
||||
}
|
||||
goto loop;
|
||||
case atom:
|
||||
tmp = CHILD(n, 0);
|
||||
if (TYPE(tmp) == LPAR || TYPE(tmp) == LSQB) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue