[Mlir-commits] [mlir] 17db75e - [mlir] Remove an unused "using" decl (NFC) (#140357)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat May 17 09:09:51 PDT 2025
Author: Kazu Hirata
Date: 2025-05-17T09:09:47-07:00
New Revision: 17db75eab173c96665cd164443494e41f2dc951e
URL: https://github.com/llvm/llvm-project/commit/17db75eab173c96665cd164443494e41f2dc951e
DIFF: https://github.com/llvm/llvm-project/commit/17db75eab173c96665cd164443494e41f2dc951e.diff
LOG: [mlir] Remove an unused "using" decl (NFC) (#140357)
The last use was removed by:
commit f8d314f0ee5e750e1e47b47fb55d14f6d1e991e1
Author: Matthias Springer <me at m-sp.org>
Date: Mon Apr 15 18:14:18 2024 +0200
Added:
Modified:
mlir/test/lib/Dialect/Affine/TestReifyValueBounds.cpp
Removed:
################################################################################
diff --git a/mlir/test/lib/Dialect/Affine/TestReifyValueBounds.cpp b/mlir/test/lib/Dialect/Affine/TestReifyValueBounds.cpp
index e1c0e878523a9..ed5d06d925e31 100644
--- a/mlir/test/lib/Dialect/Affine/TestReifyValueBounds.cpp
+++ b/mlir/test/lib/Dialect/Affine/TestReifyValueBounds.cpp
@@ -25,7 +25,6 @@
using namespace mlir;
using namespace mlir::affine;
-using mlir::presburger::BoundType;
namespace {
More information about the Mlir-commits
mailing list