summaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2014-12-01 09:12:59 -0500
committerSimon Marchi <simon.marchi@ericsson.com>2014-12-01 09:12:59 -0500
commit30b5e341f3bcb219718ad32cd0065670fd37e637 (patch)
tree3c58862eb36dfa1aa8a088d7e73dc4c0244d19f9 /gdb/objfiles.c
parentfb389763e0ee42be2f221da60e1c126314857d11 (diff)
Remove duplicate comment
gdb/ChangeLog: * objfiles.c (allocate_objfile): Remove duplicate comment.
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r--gdb/objfiles.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c
index 5878add4f9..a5df30597c 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)