From: Simon Marchi Date: Mon, 1 Dec 2014 14:12:59 +0000 (-0500) Subject: Remove duplicate comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=30b5e341f3bcb219718ad32cd0065670fd37e637;p=deliverable%2Fbinutils-gdb.git Remove duplicate comment gdb/ChangeLog: * objfiles.c (allocate_objfile): Remove duplicate comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cfc41db1b7..13346fa9ab 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-12-01 Simon Marchi + + * objfiles.c (allocate_objfile): Remove duplicate comment. + 2014-12-01 Ulrich Weigand  * config/i386/i386gnu.mh (NATDEPFILES): Remove core-regset.o. diff --git a/gdb/objfiles.c b/gdb/objfiles.c index 5878add4f9..a5df30597c 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -310,10 +310,6 @@ allocate_objfile (bfd *abfd, const char *name, int flags) strlen (expanded_name)); xfree (expanded_name); - /* 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. */ - /* 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. */