Commit 0a589c98 authored by Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Remove unused variable, and fix a compilation warning on Windows.

parent 558cd64d
......@@ -4062,7 +4062,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;
......
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