Remove redundant error message.
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 12 Oct 2011 09:44:01 +0000 (11:44 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 12 Oct 2011 09:44:01 +0000 (11:44 +0200)
This error message is not required, because lex_force_string already emits such message.

src/language/control/repeat.c

index 68e69a4f225853d68d9859a86f629723311c39db..5761730b68c17dbb513b5fa8c54b7e720856a78e 100644 (file)
@@ -411,7 +411,6 @@ parse_strings (struct lexer *lexer, struct dummy_var *dv)
     {
       if (!lex_force_string (lexer))
        {
-         msg (SE, _("String expected."));
          return false;
        }