diff options
Diffstat (limited to 'gdb/f-lang.c')
-rw-r--r-- | gdb/f-lang.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/f-lang.c b/gdb/f-lang.c index 81922f7..1b7994f 100644 --- a/gdb/f-lang.c +++ b/gdb/f-lang.c @@ -257,7 +257,6 @@ extern const struct language_defn f_language_defn = f_extensions, &exp_descriptor_standard, f_parse, /* parser */ - f_yyerror, /* parser error function */ null_post_parser, f_printchar, /* Print character constant */ f_printstr, /* function to print string constant */ |