diff options
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index f677ed0..e6211a0 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -146,9 +146,6 @@ multiple_symbols_select_mode (void) return multiple_symbols_mode; } -/* The single non-language-specific builtin type */ -struct type *builtin_type_error; - /* Block in which the most recently searched-for symbol was found. Might be better to make this a parameter to lookup_symbol and value_of_this. */ @@ -4779,9 +4776,5 @@ Show how the debugger handles ambiguities in expressions."), _("\ Valid values are \"ask\", \"all\", \"cancel\", and the default is \"all\"."), NULL, NULL, &setlist, &showlist); - /* Initialize the one built-in type that isn't language dependent... */ - builtin_type_error = init_type (TYPE_CODE_ERROR, 0, 0, - "<unknown type>", (struct objfile *) NULL); - observer_attach_executable_changed (symtab_observer_executable_changed); } |