Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2c2ae6

Browse files
Removed unreachable goto statement to silence SGI compiler.
1 parent 2f38f81 commit a2c2ae6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/compile.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5363,7 +5363,6 @@ symtable_assign(struct symtable *st, node *n, int flag)
53635363
symtable_assign(st, CHILD(n, i), flag);
53645364
return;
53655365
}
5366-
goto loop;
53675366
case atom:
53685367
tmp = CHILD(n, 0);
53695368
if (TYPE(tmp) == LPAR || TYPE(tmp) == LSQB) {

0 commit comments

Comments
 (0)