Remove redundant code enclosed by #ifdef RELAX_PAREN_GROUPING....#endif.
[deliverable/binutils-gdb.git] / gas / expr.c
index 1f50eac475a2b9712da05fb8fc0805cfd85f1042..fb29fddabe6ac42f375010f9fb15c44c43a7b8de 100644 (file)
@@ -977,12 +977,7 @@ operand (expressionS *expressionP)
       /* expression () will pass trailing whitespace.  */
       if ((c == '(' && *input_line_pointer != ')')
          || (c == '[' && *input_line_pointer != ']'))
-       {
-#ifdef RELAX_PAREN_GROUPING
-         if (c != '(')
-#endif
-           as_bad (_("missing '%c'"), c == '(' ? ')' : ']');
-       }
+       as_bad (_("missing '%c'"), c == '(' ? ')' : ']');
       else
        input_line_pointer++;
       SKIP_WHITESPACE ();
This page took 0.023533 seconds and 4 git commands to generate.