dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
authorDoug Evans <dje@google.com>
Fri, 2 Jan 2015 19:49:14 +0000 (11:49 -0800)
committerDoug Evans <dje@google.com>
Fri, 2 Jan 2015 19:49:14 +0000 (11:49 -0800)
gdb/ChangeLog:

* dwarf2read.c (setup_type_unit_groups): Remove outdated comment.

gdb/ChangeLog
gdb/dwarf2read.c

index 55eb7333277b71d64740131d077bed79a01da02a..8b016dc4fac7a44a5035dd53e4fa205661c972ad 100644 (file)
@@ -1,3 +1,7 @@
+2015-01-02  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
+
 2015-01-02  Doug Evans  <dje@google.com>
 
        * symtab.h (struct symbol): Fix typo in comment.
index 486a1ccc6701ce9a03bfb53605fd0ff71ab45dba..86c3a730e7b813eb92f905288d2d3dff92c0b076 100644 (file)
@@ -9152,7 +9152,6 @@ setup_type_unit_groups (struct die_info *die, struct dwarf2_cu *cu)
          gdb_assert (tu_group->symtabs == NULL);
          restart_symtab (tu_group->compunit_symtab, "", 0);
        }
-      /* Note: The compunit symtab will get allocated at the end.  */
       return;
     }