diff options
Diffstat (limited to 'gdb/c-lang.c')
-rw-r--r-- | gdb/c-lang.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/c-lang.c b/gdb/c-lang.c index 6aa05a6..cead372 100644 --- a/gdb/c-lang.c +++ b/gdb/c-lang.c @@ -895,7 +895,6 @@ extern const struct language_data c_language_data = c_printstr, /* Function to print string constant */ c_emit_char, /* Print a single char */ c_print_typedef, /* Print a typedef using appropriate syntax */ - c_value_print_inner, /* la_value_print_inner */ NULL, /* name_of_this */ true, /* la_store_sym_names_in_linkage_form_p */ basic_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */ @@ -1005,7 +1004,6 @@ extern const struct language_data cplus_language_data = c_printstr, /* Function to print string constant */ c_emit_char, /* Print a single char */ c_print_typedef, /* Print a typedef using appropriate syntax */ - c_value_print_inner, /* la_value_print_inner */ "this", /* name_of_this */ false, /* la_store_sym_names_in_linkage_form_p */ cp_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */ @@ -1203,7 +1201,6 @@ extern const struct language_data asm_language_data = c_printstr, /* Function to print string constant */ c_emit_char, /* Print a single char */ c_print_typedef, /* Print a typedef using appropriate syntax */ - c_value_print_inner, /* la_value_print_inner */ NULL, /* name_of_this */ true, /* la_store_sym_names_in_linkage_form_p */ basic_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */ @@ -1268,7 +1265,6 @@ extern const struct language_data minimal_language_data = c_printstr, /* Function to print string constant */ c_emit_char, /* Print a single char */ c_print_typedef, /* Print a typedef using appropriate syntax */ - c_value_print_inner, /* la_value_print_inner */ NULL, /* name_of_this */ true, /* la_store_sym_names_in_linkage_form_p */ basic_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */ |