mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-03 22:02:12 +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,
|
StringRef getShtGroupSignature(ArrayRef<Elf_Shdr> Sections,
|
||||||
const Elf_Shdr &Sec);
|
const Elf_Shdr &Sec);
|
||||||
ArrayRef<Elf_Word> getShtGroupEntries(const Elf_Shdr &Sec);
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static bool classof(const InputFile *F) { return F->kind() == Base::ObjKind; }
|
static bool classof(const InputFile *F) { return F->kind() == Base::ObjKind; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user