diff options
Diffstat (limited to 'gdb/f-lang.c')
-rw-r--r-- | gdb/f-lang.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/f-lang.c b/gdb/f-lang.c index 90a794e..07ee2c8 100644 --- a/gdb/f-lang.c +++ b/gdb/f-lang.c @@ -614,8 +614,6 @@ extern const struct language_data f_language_data = NULL, /* name_of_this */ false, /* la_store_sym_names_in_linkage_form_p */ cp_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */ - NULL, /* Language specific - class_name_from_physname */ f_op_print_tab, /* expression operators for printing */ 0, /* arrays are first-class (not c-style) */ 1, /* String lower bound */ |