commit | a2c2ae62df16b2a6d4b7fe14d0aaff5e09f7035d | [log] [tgz] |
---|---|---|
author | Sjoerd Mullender <sjoerd@acm.org> | Thu Aug 30 14:06:45 2001 +0000 |
committer | Sjoerd Mullender <sjoerd@acm.org> | Thu Aug 30 14:06:45 2001 +0000 |
tree | 6d4a1d2d1fe4f65babb355273ec8145353471d77 | |
parent | 2f38f81fec40071cb781b552f781de90366d0189 [diff] |
Removed unreachable goto statement to silence SGI compiler.
diff --git a/Python/compile.c b/Python/compile.c index d238a30..1921220 100644 --- a/Python/compile.c +++ b/Python/compile.c
@@ -5363,7 +5363,6 @@ symtable_assign(st, CHILD(n, i), flag); return; } - goto loop; case atom: tmp = CHILD(n, 0); if (TYPE(tmp) == LPAR || TYPE(tmp) == LSQB) {