diff options
Diffstat (limited to 'ELF/InputFiles.h')
-rw-r--r-- | ELF/InputFiles.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ELF/InputFiles.h b/ELF/InputFiles.h index 5094ddd804a5..d7cbbc67a365 100644 --- a/ELF/InputFiles.h +++ b/ELF/InputFiles.h @@ -175,7 +175,6 @@ template <class ELFT> class ObjFile : public ELFFileBase<ELFT> { StringRef getShtGroupSignature(ArrayRef<Elf_Shdr> Sections, const Elf_Shdr &Sec); - ArrayRef<Elf_Word> getShtGroupEntries(const Elf_Shdr &Sec); public: static bool classof(const InputFile *F) { return F->kind() == Base::ObjKind; } |