From e56a09694af1b82e2cae7ecb5d57d76e5d6f973d Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sat, 23 Feb 2019 20:44:24 +0100 Subject: libelf: Remove unused __elf_xfctstof. __elf_xfctstof is only used in case the memory size and file size of ELF data structures are different. This is never the case. Signed-off-by: Mark Wielaard --- libelf/libelfP.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libelf/libelfP.h') diff --git a/libelf/libelfP.h b/libelf/libelfP.h index 3a96a3b0..51344142 100644 --- a/libelf/libelfP.h +++ b/libelf/libelfP.h @@ -413,8 +413,6 @@ typedef void (*xfct_t) (void *, const void *, size_t, int); /* The table with the function pointers. */ extern const xfct_t __elf_xfctstom[ELFCLASSNUM - 1][ELF_T_NUM] attribute_hidden; -extern const xfct_t __elf_xfctstof[ELFCLASSNUM - 1][ELF_T_NUM] - attribute_hidden; /* Array with sizes of the external types indexed by ELF version, binary -- cgit v1.2.3