From: Chris Eibl <138194463+chris-eibl@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:57:07 +0000 (+0100) Subject: GH-131296: Remove unused variable from _wmimodule.cpp (GH-131587) X-Git-Tag: v3.14.0a7~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a04c0a9658237d536a68e745d1efd157ab87ec9c;p=thirdparty%2FPython%2Fcpython.git GH-131296: Remove unused variable from _wmimodule.cpp (GH-131587) --- 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];