Remove obsolete using declaration that was just kept around to help with API adoption.

Differential Revision: https://reviews.llvm.org/D101269
This commit is contained in:
Chris Lattner 2021-04-25 16:57:45 -07:00
parent 6cc62043c8
commit abd860eaef
2 changed files with 0 additions and 8 deletions

View 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

View 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