diff options
Diffstat (limited to 'contrib/llvm/tools/lld/ELF/InputFiles.h')
| -rw-r--r-- | contrib/llvm/tools/lld/ELF/InputFiles.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/contrib/llvm/tools/lld/ELF/InputFiles.h b/contrib/llvm/tools/lld/ELF/InputFiles.h index 5094ddd804a5..d7cbbc67a365 100644 --- a/contrib/llvm/tools/lld/ELF/InputFiles.h +++ b/contrib/llvm/tools/lld/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; } | 
