gdb: Convert language la_read_var_value field to a method
[deliverable/binutils-gdb.git] / gdb / d-lang.c
index c572ad7890e2c9611d14ca5440aa13a422a2f851..e55d82e08be12233fe72b98a7b18bfb89cc24f56 100644 (file)
@@ -228,7 +228,6 @@ extern const struct language_data d_language_data =
                                   syntax.  */
   d_value_print_inner,         /* la_value_print_inner */
   c_value_print,               /* Print a top-level value.  */
-  default_read_var_value,      /* la_read_var_value */
   NULL,                                /* Language specific skip_trampoline.  */
   "this",
   false,                       /* la_store_sym_names_in_linkage_form_p */
@@ -244,7 +243,6 @@ extern const struct language_data d_language_data =
   default_word_break_characters,
   default_collect_symbol_completion_matches,
   d_language_arch_info,
-  default_print_array_index,
   default_pass_by_reference,
   c_watch_location_expression,
   NULL,                                /* la_get_symbol_name_matcher */
This page took 0.023942 seconds and 4 git commands to generate.