summaryrefslogtreecommitdiffstats
path: root/libelf/elf32_checksum.c
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2012-08-14 16:48:50 +0200
committerMark Wielaard <[email protected]>2012-08-14 16:48:50 +0200
commit2105022c82697f6879ead5c8eee24d8fedac65b2 (patch)
tree7c11d01010395797c09834f140f9800e99fbc3d2 /libelf/elf32_checksum.c
parent6c442286f64b54f34b385004a7a28e14e961cd26 (diff)
elf32_checksum.c: Removed unused ebl_debugscn_p define and confusing comment.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'libelf/elf32_checksum.c')
-rw-r--r--libelf/elf32_checksum.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libelf/elf32_checksum.c b/libelf/elf32_checksum.c
index 7c53b17b..4c598563 100644
--- a/libelf/elf32_checksum.c
+++ b/libelf/elf32_checksum.c
@@ -46,11 +46,6 @@
#endif
-/* The SECTION_STRIP_P macro wants to call into libebl which we cannot
- do and do not have to do here. Provide a dummy replacement. */
-#define ebl_debugscn_p(ebl, name) true
-
-
#define process_block(crc, data) \
__libelf_crc32 (crc, data->d_buf, data->d_size)