Use new and delete for psymtabs
[deliverable/binutils-gdb.git] / gdb / psymtab.h
index eaeac49f660786cb8f4b7fa44ba3b55b8c9054f8..c0f0a97eb23837968a1af74782cefe2238615577 100644 (file)
@@ -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.  */
 
This page took 0.022607 seconds and 4 git commands to generate.