diff --git a/include/elf.h b/include/elf.h index 1161305..6605add 100644 --- a/include/elf.h +++ b/include/elf.h @@ -115,5 +115,3 @@ struct elf_section_header_t #elif defined __aarch64__ static const elf_isa_t HOST_ISA = ELF_ISA_AARCH64; #endif - -int load_elf_executable(void *file);