Re: [PATCH] libelf: Remove unused __elf_xfctstof.

2019-02-28 Thread Mark Wielaard
On Sun, Feb 24, 2019 at 06:18:11PM +0100, Mark Wielaard wrote: > __elf_xfctstof is only used in case the memory size and file size of ELF > data structures are different. This is never the case. Pushed to master.

[PATCH] libelf: Remove unused __elf_xfctstof.

2019-02-24 Thread Mark Wielaard
__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/ChangeLog| 5 + libelf/gelf_xlate.c | 4 libelf/libelfP.h| 2 -- 3 files changed, 5 insertions(+), 6 deletions(