Remove obsolete using declaration that was just kept around to help with API adoption.
authorChris Lattner <clattner@nondot.org>
Sun, 25 Apr 2021 23:57:45 +0000 (16:57 -0700)
committerChris Lattner <clattner@nondot.org>
Mon, 26 Apr 2021 18:53:24 +0000 (11:53 -0700)
Differential Revision: https://reviews.llvm.org/D101269

mlir/include/mlir/IR/PatternMatch.h
mlir/include/mlir/Rewrite/FrozenRewritePatternSet.h

index 5ee9418..6d7a506 100644 (file)
@@ -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
index 6791fbd..e251ac0 100644 (file)
@@ -84,10 +84,6 @@ private:
   std::shared_ptr<Impl> impl;
 };
 
-// TODO: FrozenRewritePatternList is soft-deprecated and will be removed in the
-// future.
-using FrozenRewritePatternList = FrozenRewritePatternSet;
-
 } // end namespace mlir
 
 #endif // MLIR_REWRITE_FROZENREWRITEPATTERNSET_H