dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
gdb/ChangeLog: * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
This commit is contained in:
parent
e2ada9cb46
commit
02fe997271
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue