AsmParser::getContext() - there can be only one. This should unbreak the build.

This commit is contained in:
Chris Lattner 2021-09-29 22:23:03 -07:00
parent fb093c8314
commit d104db531e
1 changed files with 0 additions and 2 deletions

View File

@ -1093,8 +1093,6 @@ Operation *OperationParser::parseGenericOperation(Block *insertBlock,
return op;
}
MLIRContext *AsmParser::getContext() const { return getBuilder().getContext(); }
namespace {
class CustomOpAsmParser : public AsmParserImpl<OpAsmParser> {
public: