aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 567c0fc..8852590 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -1476,8 +1476,6 @@ struct symtab
m_language = language;
}
- const struct blockvector *blockvector () const;
-
struct objfile *objfile () const;
program_space *pspace () const;
@@ -1755,12 +1753,6 @@ struct compunit_symtab
using compunit_symtab_range = next_range<compunit_symtab>;
-inline const struct blockvector *
-symtab::blockvector () const
-{
- return this->compunit ()->blockvector ();
-}
-
inline struct objfile *
symtab::objfile () const
{