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 42141e2..6aa05a6 100644 --- a/gdb/c-lang.c +++ b/gdb/c-lang.c @@ -896,7 +896,6 @@ extern const struct language_data c_language_data = c_emit_char, /* Print a single char */ c_print_typedef, /* Print a typedef using appropriate syntax */ c_value_print_inner, /* la_value_print_inner */ - c_value_print, /* Print a top-level value */ NULL, /* name_of_this */ true, /* la_store_sym_names_in_linkage_form_p */ basic_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */ @@ -1007,7 +1006,6 @@ extern const struct language_data cplus_language_data = c_emit_char, /* Print a single char */ c_print_typedef, /* Print a typedef using appropriate syntax */ c_value_print_inner, /* la_value_print_inner */ - c_value_print, /* Print a top-level value */ "this", /* name_of_this */ false, /* la_store_sym_names_in_linkage_form_p */ cp_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */ @@ -1206,7 +1204,6 @@ extern const struct language_data asm_language_data = c_emit_char, /* Print a single char */ c_print_typedef, /* Print a typedef using appropriate syntax */ c_value_print_inner, /* la_value_print_inner */ - c_value_print, /* Print a top-level value */ NULL, /* name_of_this */ true, /* la_store_sym_names_in_linkage_form_p */ basic_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */ @@ -1272,7 +1269,6 @@ extern const struct language_data minimal_language_data = c_emit_char, /* Print a single char */ c_print_typedef, /* Print a typedef using appropriate syntax */ c_value_print_inner, /* la_value_print_inner */ - c_value_print, /* Print a top-level value */ NULL, /* name_of_this */ true, /* la_store_sym_names_in_linkage_form_p */ basic_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */ |