Store objfiles on a std::list
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index 0656cfe4a12f1f6e0280b804a49573e18c48c41c..f9bf102bc80a354c433dff1d4068ce897db434dd 100644 (file)
@@ -486,12 +486,6 @@ public:
   }
 
 
-  /* All struct objfile's are chained together by their next pointers.
-     The program space field "objfiles"  (frequently referenced via
-     the macro "object_files") points to the first link in this chain.  */
-
-  struct objfile *next = nullptr;
-
   /* The object file's original name as specified by the user,
      made absolute, and tilde-expanded.  However, it is not canonicalized
      (i.e., it has not been passed through gdb_realpath).
This page took 0.02283 seconds and 4 git commands to generate.