diff options
Diffstat (limited to 'gdb/psymtab.h')
-rw-r--r-- | gdb/psymtab.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/psymtab.h b/gdb/psymtab.h index 18b47c5..e19cac6 100644 --- a/gdb/psymtab.h +++ b/gdb/psymtab.h @@ -146,14 +146,6 @@ private: }; -/* Ensure that the partial symbols for OBJFILE have been loaded. If - VERBOSE is true, then this will print a message when symbols - are loaded. This function returns a range adapter suitable for - iterating over the psymtabs of OBJFILE. */ - -extern psymtab_storage::partial_symtab_range require_partial_symbols - (struct objfile *objfile, bool verbose); - extern quick_symbol_functions_up make_psymbol_functions (const std::shared_ptr<psymtab_storage> &); |