Skip to content

Commit a04c0a9

Browse files
authored
GH-131296: Remove unused variable from _wmimodule.cpp (GH-131587)
1 parent 69e94e0 commit a04c0a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PC/_wmimodule.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ _wmi_exec_query_impl(PyObject *module, PyObject *query)
240240

241241
/*[clinic end generated code]*/
242242
{
243-
PyObject *result = NULL;
244243
HANDLE hThread = NULL;
245244
int err = 0;
246245
WCHAR buffer[8192];

0 commit comments

Comments
 (0)