From d17fac7e89666b47811581b10b5ca0d253a3a82d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 23 Aug 2005 08:20:21 +0000 Subject: 2005-08-23 Roland McGrath * dwarf_attr_integrate.c (dwarf_attr_integrate): Treat DW_AT_specification the same as DW_AT_abstract_origin. --- src/nm.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/nm.c') diff --git a/src/nm.c b/src/nm.c index b1e71a33..2e3d1615 100644 --- a/src/nm.c +++ b/src/nm.c @@ -507,13 +507,6 @@ static const int length_map[2][3] = }; -struct global_name -{ - Dwarf_Global global; - const char *name; -}; - - static int global_compare (const void *p1, const void *p2) { -- cgit v1.2.3