[Mlir-commits] [mlir] [mlir] Remove an unused local variable (NFC) (PR #139351)

Kazu Hirata llvmlistbot at llvm.org
Sat May 10 07:27:11 PDT 2025


kazutakahirata wrote:

> We don't have compiler warnings for these?

No, but the `bugprone-unused-local-non-trivial-variable` check in clang-tidy can find these.  Thanks for the review!


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


More information about the Mlir-commits mailing list