diff options
author | Ben Elliston <bje@au.ibm.com> | 2006-05-09 04:54:32 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2006-05-09 04:54:32 +0000 |
commit | 8c9f705ebb4a261be2fcf9e032e45fb90123d1d7 (patch) | |
tree | 0baeea2fa905c7929444e4df200d0868163dc23b /gas/app.c | |
parent | e4d4d200c08f9bd2cef561f9acfb3464389d5dbe (diff) | |
download | binutils-gdb-8c9f705ebb4a261be2fcf9e032e45fb90123d1d7.tar.gz |
* 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.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/app.c b/gas/app.c index 275ad68ebb0..882a128b1aa 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. */ |