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

Nikolas Klauser llvmlistbot at llvm.org
Tue Jun 23 05:27:45 PDT 2026


================
@@ -188,7 +188,6 @@ class LLVM_ABI SimpleRemoteEPCServer : public SimpleRemoteEPCTransportClient {
 
   uint64_t NextSeqNo = 0;
   PendingJITDispatchResultsMap PendingJITDispatchResults;
-  std::vector<sys::DynamicLibrary> Dylibs;
----------------
philnik777 wrote:

@AaronBallman BTW some uses of types annotated with `[[gnu::warn_unused]]` in classes are already diagnosed.

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


More information about the Mlir-commits mailing list