Remove dead declaration.

llvm-svn: 352257
This commit is contained in:
Rui Ueyama 2019-01-26 00:31:49 +00:00
parent dfad526943
commit 3749befe74

View File

@ -184,7 +184,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; }