Remove duplicate comment
authorSimon Marchi <simon.marchi@ericsson.com>
Mon, 1 Dec 2014 14:12:59 +0000 (09:12 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Mon, 1 Dec 2014 14:12:59 +0000 (09:12 -0500)
gdb/ChangeLog:

* objfiles.c (allocate_objfile): Remove duplicate comment.

gdb/ChangeLog
gdb/objfiles.c

index cfc41db1b79a8511182a21d834e7cea0465d3b75..13346fa9ab103626f9045de810e5ee753b4955bd 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * objfiles.c (allocate_objfile): Remove duplicate comment.
+
 2014-12-01  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * config/i386/i386gnu.mh (NATDEPFILES): Remove core-regset.o.
index 5878add4f9d42aa1d1cc8e6873abfe98e4d5656a..a5df30597c3a715aa75289a362630403976aa57b 100644 (file)
@@ -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.  */
This page took 0.037168 seconds and 4 git commands to generate.