[mlir] Remove linalg.indexed_generic forward decl.
authorAlexander Belyaev <pifon@google.com>
Thu, 17 Jun 2021 14:04:06 +0000 (16:04 +0200)
committerAlexander Belyaev <pifon@google.com>
Thu, 17 Jun 2021 14:04:06 +0000 (16:04 +0200)
mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h

index 44a912d..e1167b8 100644 (file)
@@ -119,11 +119,6 @@ LogicalResult verifyStructuredOpInterface(Operation *op);
 } // namespace linalg
 } // namespace mlir
 
-namespace mlir {
-namespace linalg {
-class IndexedGenericOp;
-} // namespace linalg
-} // namespace mlir
 #include "mlir/Dialect/Linalg/IR/LinalgInterfaces.h"
 
 #define GET_OP_CLASSES