Skip to content

Commit 0016565

Browse files
authored
[mlir][affine] remove unnecessary semicolons (#71199)
1 parent 19df9aa commit 0016565

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/IR/AffineExpr.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,6 @@ unsigned AffineSymbolExpr::getPosition() const {
511511

512512
AffineExpr mlir::getAffineSymbolExpr(unsigned position, MLIRContext *context) {
513513
return getAffineDimOrSymbol(AffineExprKind::SymbolId, position, context);
514-
;
515514
}
516515

517516
AffineConstantExpr::AffineConstantExpr(AffineExpr::ImplType *ptr)

0 commit comments

Comments
 (0)