mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
GH-131296: Remove unused variable from _wmimodule.cpp (GH-131587)
This commit is contained in:
parent
69e94e0a1b
commit
a04c0a9658
1 changed files with 0 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue