diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2014-12-01 09:12:59 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2014-12-01 09:12:59 -0500 |
commit | 30b5e341f3bcb219718ad32cd0065670fd37e637 (patch) | |
tree | 3c58862eb36dfa1aa8a088d7e73dc4c0244d19f9 /gdb/objfiles.c | |
parent | fb389763e0ee42be2f221da60e1c126314857d11 (diff) | |
download | gdb-30b5e341f3bcb219718ad32cd0065670fd37e637.zip gdb-30b5e341f3bcb219718ad32cd0065670fd37e637.tar.gz gdb-30b5e341f3bcb219718ad32cd0065670fd37e637.tar.bz2 |
Remove duplicate comment
gdb/ChangeLog:
* objfiles.c (allocate_objfile): Remove duplicate comment.
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) |