Skip to content

Commit d8f90f2

Browse files
committed
remove stray comment
1 parent 4c03391 commit d8f90f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ mlir::Attribute mlir::polynomial::PolynomialAttr::parse(AsmParser &parser,
133133
}
134134
}
135135

136-
// Insert necessary constant ops to give as input to extract_slice.
137136
if (variables.size() > 1) {
138137
std::string vars = llvm::join(variables.begin(), variables.end(), ", ");
139138
parser.emitError(

0 commit comments

Comments
 (0)