diff options
| author | Mark Wielaard <[email protected]> | 2019-02-23 20:44:24 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2019-02-28 23:38:56 +0100 |
| commit | e56a09694af1b82e2cae7ecb5d57d76e5d6f973d (patch) | |
| tree | c3e347458f6097d53c85af6238d3b4f77257073d /libelf/libelfP.h | |
| parent | be8080bdd746ac2b07fb0bcad23a9677844bb200 (diff) | |
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 <[email protected]>
Diffstat (limited to 'libelf/libelfP.h')
| -rw-r--r-- | libelf/libelfP.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
