mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
remove useless variable.
* src/getargs.c (skeleton_arg): Remove now useless variable. Should help the compiler see that this printf-like call is sane.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2009-05-19 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
remove useless variable.
|
||||
* src/getargs.c (skeleton_arg): Remove now useless variable.
|
||||
Should help the compiler see that this printf-like call is sane.
|
||||
|
||||
2009-05-11 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
doc: use C++ headers.
|
||||
|
||||
@@ -379,11 +379,7 @@ skeleton_arg (char const *arg, int prio, location loc)
|
||||
skeleton = arg;
|
||||
}
|
||||
else if (prio == skeleton_prio)
|
||||
{
|
||||
char const *msg =
|
||||
_("multiple skeleton declarations are invalid");
|
||||
complain_at (loc, msg);
|
||||
}
|
||||
complain_at (loc, _("multiple skeleton declarations are invalid"));
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user