Removed unreachable goto statement to silence SGI compiler.

This commit is contained in:
Sjoerd Mullender 2001-08-30 14:06:45 +00:00
parent 2f38f81fec
commit a2c2ae62df

View file

@ -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) {