diff --git a/mlir/include/mlir/IR/PatternMatch.h b/mlir/include/mlir/IR/PatternMatch.h --- a/mlir/include/mlir/IR/PatternMatch.h +++ b/mlir/include/mlir/IR/PatternMatch.h @@ -993,10 +993,6 @@ PDLPatternModule pdlPatterns; }; -// TODO: OwningRewritePatternList is soft-deprecated and will be removed in the -// future. -using OwningRewritePatternList = RewritePatternSet; - } // end namespace mlir #endif // MLIR_PATTERN_MATCH_H