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

Kazu Hirata llvmlistbot at llvm.org
Fri May 16 22:41:27 PDT 2025


https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/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


>From 99bd73ffadce9301e8858c839892688557fcce85 Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu at google.com>
Date: Fri, 16 May 2025 22:31:23 -0700
Subject: [PATCH] [mlir] Remove an unused "using" decl (NFC)

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
---
 mlir/test/lib/Dialect/Affine/TestReifyValueBounds.cpp | 1 -
 1 file changed, 1 deletion(-)

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