mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-20 17:41:17 +00:00
* dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
and vector definition.
This commit is contained in:
parent
25b72ddee0
commit
8fd447e6d3
@ -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…
x
Reference in New Issue
Block a user