Change objfile::partial_symtabs to be a unique_ptr
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index f0ee8037b6ddc374afef244479dafb71d57bdb15..9a433ddd7b043b4c7c1c137d395f93155b903bc6 100644 (file)
@@ -518,7 +518,7 @@ public:
 
   /* The partial symbol tables.  */
 
-  std::shared_ptr<psymtab_storage> partial_symtabs;
+  std::unique_ptr<psymtab_storage> partial_symtabs;
 
   /* The object file's BFD.  Can be null if the objfile contains only
      minimal symbols, e.g. the run time common symbols for SunOS4.  */
This page took 0.023011 seconds and 4 git commands to generate.