diff options
Diffstat (limited to 'util/cbfstool/elfparsing.h')
-rw-r--r-- | util/cbfstool/elfparsing.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/cbfstool/elfparsing.h b/util/cbfstool/elfparsing.h index 048d31aa2b..0db1c595a2 100644 --- a/util/cbfstool/elfparsing.h +++ b/util/cbfstool/elfparsing.h @@ -69,7 +69,6 @@ void parsed_elf_destroy(struct parsed_elf *pelf); int elf_headers(const struct buffer *pinput, - uint32_t arch, Elf64_Ehdr *ehdr, Elf64_Phdr **pphdr, Elf64_Shdr **pshdr); |