Skip to content

Commit 7cddf56

Browse files
committed
[mlir] Remove linalg.indexed_generic forward decl.
1 parent eaf60a4 commit 7cddf56

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@ LogicalResult verifyStructuredOpInterface(Operation *op);
119119
} // namespace linalg
120120
} // namespace mlir
121121

122-
namespace mlir {
123-
namespace linalg {
124-
class IndexedGenericOp;
125-
} // namespace linalg
126-
} // namespace mlir
127122
#include "mlir/Dialect/Linalg/IR/LinalgInterfaces.h"
128123

129124
#define GET_OP_CLASSES

0 commit comments

Comments
 (0)