forked from OSchip/llvm-project
[TableGen] Remove unused declaration that caused build failures.
This commit is contained in:
parent
7be271537e
commit
d4f2fef746
|
@ -3184,7 +3184,6 @@ bool TGParser::ParseIfBody(MultiClass *CurMultiClass, StringRef Kind) {
|
|||
///
|
||||
/// Assert ::= ASSERT condition , message ;
|
||||
bool TGParser::ParseAssert(MultiClass *CurMultiClass, Record *CurRec) {
|
||||
SMLoc Loc = Lex.getLoc();
|
||||
assert(Lex.getCode() == tgtok::Assert && "Unknown tok");
|
||||
Lex.Lex(); // Eat the 'assert' token.
|
||||
|
||||
|
|
Loading…
Reference in New Issue