summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2005-08-23 08:20:21 +0000
committerRoland McGrath <roland@redhat.com>2005-08-23 08:20:21 +0000
commitd17fac7e89666b47811581b10b5ca0d253a3a82d (patch)
tree31a39f5bbf15cdaa7740ba91302651ad40c3fc1d /src
parent3712b288d1407cf6551d359cdaacb31bbf2b2a75 (diff)
downloadelfutils-d17fac7e89666b47811581b10b5ca0d253a3a82d.tar.gz
2005-08-23 Roland McGrath <roland@redhat.com>
* dwarf_attr_integrate.c (dwarf_attr_integrate): Treat DW_AT_specification the same as DW_AT_abstract_origin.
Diffstat (limited to 'src')
-rw-r--r--src/nm.c7
1 files changed, 0 insertions, 7 deletions
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)
{