gdb: Convert language la_lookup_symbol_nonlocal field to a method
[deliverable/binutils-gdb.git] / gdb / objc-lang.c
index aa9d1a9312cb06de918f015b6782b68272ddb137..1e4862fe3feeda38f139a49a298fed2bbd27e93f 100644 (file)
@@ -343,10 +343,8 @@ extern const struct language_data objc_language_data =
   c_printstr,                 /* Function to print string constant */
   c_emit_char,
   c_print_typedef,             /* Print a typedef using appropriate syntax */
-  c_value_print_inner,         /* la_value_print_inner */
   "self",                      /* name_of_this */
   false,                       /* la_store_sym_names_in_linkage_form_p */
-  basic_lookup_symbol_nonlocal,        /* lookup_symbol_nonlocal */
   objc_op_print_tab,           /* Expression operators for printing */
   1,                           /* C-style arrays */
   0,                           /* String lower bound */
This page took 0.022652 seconds and 4 git commands to generate.