aboutsummaryrefslogtreecommitdiff
path: root/gas/app.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2006-05-09 04:54:32 +0000
committerBen Elliston <bje@au.ibm.com>2006-05-09 04:54:32 +0000
commit8c9f705ebb4a261be2fcf9e032e45fb90123d1d7 (patch)
tree0baeea2fa905c7929444e4df200d0868163dc23b /gas/app.c
parente4d4d200c08f9bd2cef561f9acfb3464389d5dbe (diff)
downloadfsf-binutils-gdb-8c9f705ebb4a261be2fcf9e032e45fb90123d1d7.zip
fsf-binutils-gdb-8c9f705ebb4a261be2fcf9e032e45fb90123d1d7.tar.gz
fsf-binutils-gdb-8c9f705ebb4a261be2fcf9e032e45fb90123d1d7.tar.bz2
* expr.c (operand): Remove `if (0 && ..)' statement and
subsequently unused target_op label. Collapse `if (1 || ..)' statement. * app.c (do_scrub_chars): Remove unused case 0, as it is handled separately above the switch.
Diffstat (limited to 'gas/app.c')
-rw-r--r--gas/app.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/app.c b/gas/app.c
index 275ad68..882a128 100644
--- a/gas/app.c
+++ b/gas/app.c
@@ -888,9 +888,6 @@ do_scrub_chars (int (*get) (char *, int), char *tostart, int tolen)
switch (state)
{
- case 0:
- state++;
- goto recycle; /* Punted leading sp */
case 1:
/* We can arrive here if we leave a leading whitespace
character at the beginning of a line. */