diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2022-03-29 17:07:52 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2022-04-07 13:05:29 -0400 |
commit | 7678d1304a74922dee60fe7e1f6ee4c53feb04d4 (patch) | |
tree | c483af1e883cab5586f9aeec68296f67bbaff433 /gdb/symtab.c | |
parent | 3c86fae3d99bf7b5360b810cc5b19522430ce39d (diff) | |
download | gdb-7678d1304a74922dee60fe7e1f6ee4c53feb04d4.zip gdb-7678d1304a74922dee60fe7e1f6ee4c53feb04d4.tar.gz gdb-7678d1304a74922dee60fe7e1f6ee4c53feb04d4.tar.bz2 |
gdb: remove symtab::pspace
Same idea as previous patch, but for symtab::pspace.
Change-Id: I1023abe622bea75ef648c6a97a01b53775d4104d
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 { |