gdb: Convert language la_get_compile_instance field to a method
[deliverable/binutils-gdb.git] / gdb / language.c
index 33e8b16b11ab4008bb14849b3d00f0d734dd4d1a..941e0df5e95d04d08882d3829c5aaf6e9befe7e4 100644 (file)
@@ -841,7 +841,6 @@ extern const struct language_data unknown_language_data =
   default_search_name_hash,
   &default_varobj_ops,
   NULL,
-  NULL,
   default_is_string_type_p,
   "{...}"                      /* la_struct_too_deep_ellipsis */
 };
@@ -907,7 +906,6 @@ extern const struct language_data auto_language_data =
   default_search_name_hash,
   &default_varobj_ops,
   NULL,
-  NULL,
   default_is_string_type_p,
   "{...}"                      /* la_struct_too_deep_ellipsis */
 };
This page took 0.026901 seconds and 4 git commands to generate.