diff options
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r-- | gdb/objfiles.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c index 5878add..a5df305 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -314,10 +314,6 @@ allocate_objfile (bfd *abfd, const char *name, int flags) that any data that is reference is saved in the per-objfile data region. */ - /* Update the per-objfile information that comes from the bfd, ensuring - that any data that is reference is saved in the per-objfile data - region. */ - objfile->obfd = abfd; gdb_bfd_ref (abfd); if (abfd != NULL) |