From bf77bdaff18ff87ec93a145ed3e0f50a7391a292 Mon Sep 17 00:00:00 2001 From: Chris Eibl <138194463+chris-eibl@users.noreply.github.com> Date: Sat, 22 Mar 2025 20:38:14 +0100 Subject: [PATCH] fix warning : unused variable 'result' --- PC/_wmimodule.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/PC/_wmimodule.cpp b/PC/_wmimodule.cpp index 3a59e78f171526..b6efb3e4a207b4 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];