* language.h (struct language_defn): Remove la_builtin_type_vector
[deliverable/binutils-gdb.git] / gdb / language.h
index 3649b00d039d4b1a7631b85abfa28a4f75f15e0a..798c4d0592b03da4110833c8de3c39c5315da9e8 100644 (file)
@@ -148,13 +148,6 @@ struct language_defn
 
     enum language la_language;
 
-    /* Its builtin types.  This is a vector ended by a NULL pointer.  These
-       types can be specified by name in parsing types in expressions,
-       regardless of whether the program being debugged actually defines
-       such a type.  */
-
-    struct type **const *la_builtin_type_vector;
-
     /* Default range checking */
 
     enum range_check la_range_check;
@@ -264,9 +257,6 @@ struct language_defn
     /* Index to use for extracting the first element of a string. */
     char string_lower_bound;
 
-    /* Type of elements of strings. */
-    struct type **string_char_type;
-
     /* The list of characters forming word boundaries.  */
     char *(*la_word_break_characters) (void);
 
This page took 0.02522 seconds and 4 git commands to generate.