Avoid unfounded warnings from GCC 7.2.
[pspp] / src / language / stats / aggregate.c
index 678ea5334afd6e7c9692252fe0f049468cda30d4..03117a5e6135ce4b30ac1eee01e0529654c450af 100644 (file)
@@ -470,7 +470,6 @@ parse_aggregate_functions (struct lexer *lexer, const struct dictionary *dict,
        {
          if (function->src_vars == AGR_SV_YES)
            {
-              lex_force_match (lexer, T_LPAREN);
              goto error;
            }
        }