summaryrefslogtreecommitdiff
path: root/src/readelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/readelf.c')
-rw-r--r--src/readelf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/readelf.c b/src/readelf.c
index 51b0e8b9..0bbd708e 100644
--- a/src/readelf.c
+++ b/src/readelf.c
@@ -10247,7 +10247,6 @@ print_debug_macro_section (Dwfl_Module *dwflmod __attribute__ ((unused)),
Dwarf_Off ncu = 0;
size_t hsize;
struct mac_culist *culist = NULL;
- size_t nculist = 0;
while (dwarf_nextcu (dbg, offset = ncu, &ncu, &hsize, NULL, NULL, NULL) == 0)
{
Dwarf_Die cudie;
@@ -10268,7 +10267,6 @@ print_debug_macro_section (Dwfl_Module *dwflmod __attribute__ ((unused)),
newp->files = NULL;
newp->next = culist;
culist = newp;
- ++nculist;
}
const unsigned char *readp = (const unsigned char *) data->d_buf;