mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 19:18:13 +08:00
[mlir] Remove unused using (NFC)
Identified with misc-unused-using-decls.
This commit is contained in:
@@ -919,8 +919,6 @@ struct YieldOpInterface
|
||||
}
|
||||
};
|
||||
|
||||
using tensor::ExtractSliceOp;
|
||||
|
||||
/// Return the destinations that an ForeachThreadOp is inserting into. One per
|
||||
/// ParallelInsertSliceOp.
|
||||
static SmallVector<OpOperand *>
|
||||
|
||||
@@ -31,8 +31,6 @@
|
||||
|
||||
using namespace mlir;
|
||||
using namespace mlir::sparse_tensor;
|
||||
using mlir::bufferization::BufferizableOpInterface;
|
||||
using mlir::bufferization::BufferizationDialect;
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user