Skip to content

Commit c448711

Browse files
committed
remove parseStar error message
1 parent a1b682a commit c448711

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/lib/Dialect/Polynomial/IR/PolynomialAttributes.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ ParseResult parseMonomial(AsmParser &parser, Monomial &monomial,
6969
if (succeeded(parser.parseOptionalStar())) {
7070
// If there's one * there must be two.
7171
if (failed(parser.parseStar())) {
72-
parser.emitError(parser.getCurrentLocation(),
73-
"exponents must be specified as a double-asterisk `**`");
7472
return failure();
7573
}
7674

0 commit comments

Comments
 (0)