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 eaeac49..c0f0a97 100644 --- a/gdb/psymtab.h +++ b/gdb/psymtab.h @@ -130,10 +130,6 @@ public: private: - /* List of freed partial symtabs, available for re-use. */ - - struct partial_symtab *free_psymtabs = nullptr; - /* The obstack where allocations are made. This is lazily allocated so that we don't waste memory when there are no psymtabs. */ |