[Mlir-commits] [mlir] [mlir] Remove an unused "using" decl (NFC) (PR #140357)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri May 16 22:42:01 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Kazu Hirata (kazutakahirata)

<details>
<summary>Changes</summary>

The last use was removed by:

  commit f8d314f0ee5e750e1e47b47fb55d14f6d1e991e1
  Author: Matthias Springer <me@<!-- -->m-sp.org>
  Date:   Mon Apr 15 18:14:18 2024 +0200


---
Full diff: https://github.com/llvm/llvm-project/pull/140357.diff


1 Files Affected:

- (modified) mlir/test/lib/Dialect/Affine/TestReifyValueBounds.cpp (-1) 


``````````diff
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 {
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/140357


More information about the Mlir-commits mailing list