From ca0d09d9b55623430d5ba45b39a6c4d14020164a Mon Sep 17 00:00:00 2001 From: ngiddings Date: Mon, 12 Apr 2021 01:43:14 -0500 Subject: [PATCH] Removed load_elf_executable() declaration --- include/elf.h | 2 -- 1 file changed, 2 deletions(-) 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);