GH-131296: Remove unused variable from _wmimodule.cpp (GH-131587)
This commit is contained in:
@@ -240,7 +240,6 @@ _wmi_exec_query_impl(PyObject *module, PyObject *query)
|
|||||||
|
|
||||||
/*[clinic end generated code]*/
|
/*[clinic end generated code]*/
|
||||||
{
|
{
|
||||||
PyObject *result = NULL;
|
|
||||||
HANDLE hThread = NULL;
|
HANDLE hThread = NULL;
|
||||||
int err = 0;
|
int err = 0;
|
||||||
WCHAR buffer[8192];
|
WCHAR buffer[8192];
|
||||||
|
|||||||
Reference in New Issue
Block a user