Fix detach with target remote (PR gdb/28080)
[deliverable/binutils-gdb.git] / gdb / psymtab.h
index 18b47c55b3caf9ad21fc7fc8f1f2bcb9eb38decf..522ccf3a12a4fe6c0c6717dc313735674cc3f099 100644 (file)
@@ -145,16 +145,4 @@ private:
   gdb::optional<auto_obstack> m_obstack;
 };
 
-
-/* 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> &);
-
 #endif /* PSYMTAB_H */
This page took 0.023599 seconds and 4 git commands to generate.