Skip to content

Commit bdfadb1

Browse files
committed
[mlir] Apply ClangTidy findings
Remove unused using declarations
1 parent 390300d commit bdfadb1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-yaml-gen.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
using namespace mlir;
3232

3333
using llvm::yaml::Input;
34-
using llvm::yaml::MappingTraits;
35-
using llvm::yaml::ScalarEnumerationTraits;
36-
using llvm::yaml::ScalarTraits;
3734

3835
#define DEBUG_TYPE "linalg-ods-gen"
3936

0 commit comments

Comments
 (0)