]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: PRI_DIE is unused in low.c
authorPetr Machata <pmachata@redhat.com>
Wed, 18 Aug 2010 17:16:30 +0000 (19:16 +0200)
committerPetr Machata <pmachata@redhat.com>
Wed, 18 Aug 2010 17:16:30 +0000 (19:16 +0200)
dwarflint/low.c

index e73fbe9314b871c171c44fe611cef241db1579bd..d5950e149e062e734806a9af8fdf913cd5d1678b 100644 (file)
@@ -50,8 +50,6 @@
 #include "tables.h"
 
 #define PRI_CU "CU 0x%" PRIx64
-#define PRI_DIE "DIE 0x%" PRIx64
-
 
 static struct cu *cu_find_cu (struct cu *cu_chain, uint64_t offset);