From 30b5e341f3bcb219718ad32cd0065670fd37e637 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 1 Dec 2014 09:12:59 -0500 Subject: [PATCH] Remove duplicate comment gdb/ChangeLog: * objfiles.c (allocate_objfile): Remove duplicate comment. --- gdb/ChangeLog | 4 ++++ gdb/objfiles.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) 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. */ -- 2.34.1