mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
Remove dead declaration.
llvm-svn: 352257
This commit is contained in:
parent
dfad526943
commit
3749befe74
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user