Remove objfile::psymtabs
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index c51217be6f06c4d842e3c1f59123f67e285680b0..cb441b117df54a488ba73ad165d4f0a99f7cae46 100644 (file)
@@ -446,14 +446,6 @@ public:
 
   DISABLE_COPY_AND_ASSIGN (objfile);
 
-  /* A range adapter that makes it possible to iterate over all
-     psymtabs in one objfile.  */
-
-  psymtab_storage::partial_symtab_range psymtabs ()
-  {
-    return partial_symtabs->range ();
-  }
-
   /* Reset the storage for the partial symbol tables.  */
 
   void reset_psymtabs ()
This page took 0.025367 seconds and 4 git commands to generate.