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 a2df46a..804b282 100644 --- a/gdb/f-lang.c +++ b/gdb/f-lang.c @@ -623,7 +623,6 @@ extern const struct language_data f_language_data = and there is no DW_AT_producer available for inferiors with only the ELF symbols to check the mangling kind. */ NULL, /* Language specific symbol demangler */ - NULL, NULL, /* Language specific class_name_from_physname */ f_op_print_tab, /* expression operators for printing */ |