diff options
Diffstat (limited to 'gdb/objc-lang.c')
-rw-r--r-- | gdb/objc-lang.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/objc-lang.c b/gdb/objc-lang.c index fa5aa9b..aa9d1a9 100644 --- a/gdb/objc-lang.c +++ b/gdb/objc-lang.c @@ -344,7 +344,6 @@ extern const struct language_data objc_language_data = c_emit_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 */ "self", /* name_of_this */ false, /* la_store_sym_names_in_linkage_form_p */ basic_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */ |