X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fobjfiles.h;h=f9bf102bc80a354c433dff1d4068ce897db434dd;hb=d0801dd8f22a3e739c6a7d126d45829df981794d;hp=0656cfe4a12f1f6e0280b804a49573e18c48c41c;hpb=13bff72615e5a93a6e5f28e83a594125e66ccced;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/objfiles.h b/gdb/objfiles.h index 0656cfe4a1..f9bf102bc8 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -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).