From 02fe99727120efcb90ff8840af1d2c4d6312b492 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 2 Jan 2015 11:49:14 -0800 Subject: [PATCH] dwarf2read.c (setup_type_unit_groups): Remove outdated comment. gdb/ChangeLog: * dwarf2read.c (setup_type_unit_groups): Remove outdated comment. --- gdb/ChangeLog | 4 ++++ gdb/dwarf2read.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 55eb7333277..8b016dc4fac 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-01-02 Doug Evans + + * dwarf2read.c (setup_type_unit_groups): Remove outdated comment. + 2015-01-02 Doug Evans * symtab.h (struct symbol): Fix typo in comment. diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 486a1ccc670..86c3a730e7b 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -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; } -- 2.30.2