summaryrefslogtreecommitdiff
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
commita33e4f57f076751054ec38519a3cab1999db4d2d (patch)
tree120b200776dfb15b3b43fcc9d64fd8ceeeaae285 /gas/app.c
parent5bee30fd39951ef80fc9315ec7c313ec7adf6d1e (diff)
downloadbinutils-redhat-a33e4f57f076751054ec38519a3cab1999db4d2d.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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/app.c b/gas/app.c
index 275ad68ebb..882a128b1a 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. */