From a04c0a9658237d536a68e745d1efd157ab87ec9c Mon Sep 17 00:00:00 2001 From: Chris Eibl <138194463+chris-eibl@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:57:07 +0100 Subject: [PATCH] GH-131296: Remove unused variable from _wmimodule.cpp (GH-131587) --- PC/_wmimodule.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/PC/_wmimodule.cpp b/PC/_wmimodule.cpp index 3a59e78f1715..b6efb3e4a207 100644 --- a/PC/_wmimodule.cpp +++ b/PC/_wmimodule.cpp @@ -240,7 +240,6 @@ _wmi_exec_query_impl(PyObject *module, PyObject *query) /*[clinic end generated code]*/ { - PyObject *result = NULL; HANDLE hThread = NULL; int err = 0; WCHAR buffer[8192]; -- 2.47.3