]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-131296: Remove unused variable from _wmimodule.cpp (GH-131587)
authorChris Eibl <138194463+chris-eibl@users.noreply.github.com>
Mon, 24 Mar 2025 14:57:07 +0000 (15:57 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Mar 2025 14:57:07 +0000 (14:57 +0000)
PC/_wmimodule.cpp

index 3a59e78f17152674c9370082de2c5c786ce28dd5..b6efb3e4a207b4c8408d6ecf9903001353d5ab97 100644 (file)
@@ -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];