diff options
Diffstat (limited to 'gdb/psymtab.h')
-rw-r--r-- | gdb/psymtab.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/psymtab.h b/gdb/psymtab.h index e19cac6..522ccf3 100644 --- a/gdb/psymtab.h +++ b/gdb/psymtab.h @@ -145,8 +145,4 @@ private: gdb::optional<auto_obstack> m_obstack; }; - -extern quick_symbol_functions_up make_psymbol_functions - (const std::shared_ptr<psymtab_storage> &); - #endif /* PSYMTAB_H */ |