mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Remove unused variable, and fix a compilation warning on Windows
This commit is contained in:
parent
db99092eae
commit
03acec2256
1 changed files with 1 additions and 1 deletions
|
@ -4083,7 +4083,7 @@ Kill a process with a signal.");
|
|||
static PyObject *
|
||||
win32_kill(PyObject *self, PyObject *args)
|
||||
{
|
||||
PyObject *result, handle_obj;
|
||||
PyObject *result;
|
||||
DWORD pid, sig, err;
|
||||
HANDLE handle;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue