[Mlir-commits] [clang] [clang-tools-extra] [lldb] [llvm] [mlir] Remove unused variables in the monorepo (PR #204994)

Nikita Popov llvmlistbot at llvm.org
Tue Jun 23 07:20:11 PDT 2026


================
@@ -218,7 +218,6 @@ TEST_F(PassManagerTest, Basic) {
 
   testing::internal::CaptureStderr();
   MPM.run(*M, MAM);
-  std::string Output = testing::internal::GetCapturedStderr();
----------------
nikic wrote:

I think the call itself may have to be retained, as GetCapturedStderr() also stops capturing stderr?

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


More information about the Mlir-commits mailing list