https://github.com/python/cpython/commit/a04c0a9658237d536a68e745d1efd157ab87ec9c commit: a04c0a9658237d536a68e745d1efd157ab87ec9c branch: main author: Chris Eibl <138194463+chris-e...@users.noreply.github.com> committer: zooba <steve.do...@microsoft.com> date: 2025-03-24T14:57:07Z summary:
GH-131296: Remove unused variable from _wmimodule.cpp (GH-131587) files: M PC/_wmimodule.cpp diff --git a/PC/_wmimodule.cpp b/PC/_wmimodule.cpp index 3a59e78f171526..b6efb3e4a207b4 100644 --- a/PC/_wmimodule.cpp +++ b/PC/_wmimodule.cpp @@ -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]; _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com