GH-131296: Remove unused variable from _wmimodule.cpp (GH-131587)

This commit is contained in:
Chris Eibl 2025-03-24 15:57:07 +01:00 committed by GitHub
parent 69e94e0a1b
commit a04c0a9658
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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];