Commit 5f751996 authored by Christian Heimes's avatar Christian Heimes

Removed unused variable

parent a86ddcc0
......@@ -4334,7 +4334,7 @@ See the socket module for documentation.");
PyMODINIT_FUNC
init_socket(void)
{
PyObject *m, *has_ipv6, *tmp;
PyObject *m, *has_ipv6;
if (!os_init())
return;
......
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