aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2015-01-02 11:49:14 -0800
committerDoug Evans <dje@google.com>2015-01-02 11:49:14 -0800
commit02fe99727120efcb90ff8840af1d2c4d6312b492 (patch)
treedd1265fdf495dcaae45a12128efc7824d40aaacc /gdb/dwarf2read.c
parente2ada9cb46471b033671ae3629bb03376c253eea (diff)
downloadgdb-02fe99727120efcb90ff8840af1d2c4d6312b492.zip
gdb-02fe99727120efcb90ff8840af1d2c4d6312b492.tar.gz
gdb-02fe99727120efcb90ff8840af1d2c4d6312b492.tar.bz2
dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
gdb/ChangeLog: * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r--gdb/dwarf2read.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c
index 486a1cc..86c3a73 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;
}