mirror of
https://github.com/python/cpython.git
synced 2025-09-15 13:16:12 +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 *
|
static PyObject *
|
||||||
win32_kill(PyObject *self, PyObject *args)
|
win32_kill(PyObject *self, PyObject *args)
|
||||||
{
|
{
|
||||||
PyObject *result, handle_obj;
|
PyObject *result;
|
||||||
DWORD pid, sig, err;
|
DWORD pid, sig, err;
|
||||||
HANDLE handle;
|
HANDLE handle;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue