forked from OSchip/llvm-project
[TableGen] Remove unused method declaration. NFC
llvm-svn: 239801
This commit is contained in:
parent
1a6305f313
commit
e5409783d1
|
@ -1012,7 +1012,6 @@ public:
|
|||
return I->getKind() == IK_FieldInit;
|
||||
}
|
||||
static FieldInit *get(Init *R, const std::string &FN);
|
||||
static FieldInit *get(Init *R, const Init *FN);
|
||||
|
||||
Init *getBit(unsigned Bit) const override;
|
||||
|
||||
|
|
Loading…
Reference in New Issue