diff --git a/mlir/include/mlir/IR/PatternMatch.h b/mlir/include/mlir/IR/PatternMatch.h index 5ee9418efa38..6d7a5068ac38 100644 --- a/mlir/include/mlir/IR/PatternMatch.h +++ b/mlir/include/mlir/IR/PatternMatch.h @@ -993,10 +993,6 @@ private: 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 diff --git a/mlir/include/mlir/Rewrite/FrozenRewritePatternSet.h b/mlir/include/mlir/Rewrite/FrozenRewritePatternSet.h index 6791fbd7e3c0..e251ac0eeb29 100644 --- a/mlir/include/mlir/Rewrite/FrozenRewritePatternSet.h +++ b/mlir/include/mlir/Rewrite/FrozenRewritePatternSet.h @@ -84,10 +84,6 @@ private: std::shared_ptr impl; }; -// TODO: FrozenRewritePatternList is soft-deprecated and will be removed in the -// future. -using FrozenRewritePatternList = FrozenRewritePatternSet; - } // end namespace mlir #endif // MLIR_REWRITE_FROZENREWRITEPATTERNSET_H