Skip to content

Commit c56fdf9

Browse files
[mlir] Remove unused "using" decls (NFC) (#165652)
Identified with misc-unused-using-decls.
1 parent 53e7443 commit c56fdf9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mlir/lib/Dialect/Tensor/IR/TensorOps.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@
4141
using namespace mlir;
4242
using namespace mlir::tensor;
4343

44-
using llvm::divideCeilSigned;
45-
using llvm::divideFloorSigned;
46-
using llvm::mod;
47-
4844
/// Materialize a single constant operation from a given attribute value with
4945
/// the desired resultant type.
5046
Operation *TensorDialect::materializeConstant(OpBuilder &builder,

0 commit comments

Comments
 (0)