Commit 03acec22 authored by Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Remove unused variable, and fix a compilation warning on Windows

parent db99092e
...@@ -4083,7 +4083,7 @@ Kill a process with a signal."); ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment