Commit 73b25755 authored by Denis Bilenko's avatar Denis Bilenko

remove unused variable

parent 0432fe46
......@@ -118,7 +118,6 @@ parse_h_addr_list(struct hostent *h)
{
char **pch;
PyObject *result = NULL;
PyObject *tmp;
result = PyList_New(0);
......
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