diff options
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index eeb16e4..3cc2d4f 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -335,14 +335,6 @@ search_domain_name (enum search_domain e) /* See symtab.h. */ -program_space * -symtab::pspace () const -{ - return this->compunit ()->objfile ()->pspace; -} - -/* See symtab.h. */ - call_site * compunit_symtab::find_call_site (CORE_ADDR pc) const { |