* expr.c (operand): Remove `if (0 && ..)' statement and
[deliverable/binutils-gdb.git] / gas / app.c
index 275ad68ebb0b4eba6eb925280942bd2243e89faf..882a128b1aa9219f0d5e64112d40c2f023808a1a 100644 (file)
--- 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.  */
This page took 0.029421 seconds and 4 git commands to generate.