* dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
and vector definition.
This commit is contained in:
parent
25b72ddee0
commit
8fd447e6d3
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-07-23 Keith Seitz <keiths@redhat.com>
|
||||
|
||||
* dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
|
||||
and vector definition.
|
||||
|
||||
2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
|
||||
|
|
|
@ -156,9 +156,6 @@ struct mapped_index
|
|||
const char *constant_pool;
|
||||
};
|
||||
|
||||
typedef struct dwarf2_per_cu_data *dwarf2_per_cu_data_ptr;
|
||||
DEF_VEC_P (dwarf2_per_cu_data_ptr);
|
||||
|
||||
struct dwarf2_per_objfile
|
||||
{
|
||||
struct dwarf2_section_info info;
|
||||
|
|
Loading…
Add table
Reference in a new issue