aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2022-03-29 17:07:52 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2022-04-07 13:05:29 -0400
commit7678d1304a74922dee60fe7e1f6ee4c53feb04d4 (patch)
treec483af1e883cab5586f9aeec68296f67bbaff433 /gdb/symtab.h
parent3c86fae3d99bf7b5360b810cc5b19522430ce39d (diff)
downloadbinutils-7678d1304a74922dee60fe7e1f6ee4c53feb04d4.zip
binutils-7678d1304a74922dee60fe7e1f6ee4c53feb04d4.tar.gz
binutils-7678d1304a74922dee60fe7e1f6ee4c53feb04d4.tar.bz2
gdb: remove symtab::pspace
Same idea as previous patch, but for symtab::pspace. Change-Id: I1023abe622bea75ef648c6a97a01b53775d4104d
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 87d4835..a89b0a2 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -1476,8 +1476,6 @@ struct symtab
m_language = language;
}
- program_space *pspace () const;
-
/* Unordered chain of all filetabs in the compunit, with the exception
that the "main" source file is the first entry in the list. */