[mlir] Remove unused using (NFC)

Identified with misc-unused-using-decls.
This commit is contained in:
Kazu Hirata
2022-07-17 18:08:48 -07:00
parent 0271ae65a6
commit 10bcfeebfa
2 changed files with 0 additions and 4 deletions

View File

@@ -919,8 +919,6 @@ struct YieldOpInterface
}
};
using tensor::ExtractSliceOp;
/// Return the destinations that an ForeachThreadOp is inserting into. One per
/// ParallelInsertSliceOp.
static SmallVector<OpOperand *>

View File

@@ -31,8 +31,6 @@
using namespace mlir;
using namespace mlir::sparse_tensor;
using mlir::bufferization::BufferizableOpInterface;
using mlir::bufferization::BufferizationDialect;
namespace {