* dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
authorKeith Seitz <keiths@redhat.com>
Fri, 23 Jul 2010 14:43:33 +0000 (14:43 +0000)
committerKeith Seitz <keiths@redhat.com>
Fri, 23 Jul 2010 14:43:33 +0000 (14:43 +0000)
and vector definition.

gdb/ChangeLog
gdb/dwarf2read.c

index 85ced2b18ea6f4e3827a69031dd2c358bba8d0dd..8fd87b530355addd0b45d1de91725b42bd683f2d 100644 (file)
@@ -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.
index 0d63fe328770725da575f8ee0357c8f3dbc1985b..6f0472657bf9a11141cbbef74187a5915656cd5d 100644 (file)
@@ -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;
This page took 0.03576 seconds and 4 git commands to generate.