Removed unused variable

This commit is contained in:
Christian Heimes 2008-01-11 15:42:29 +00:00
parent eb65c99d00
commit 0f973934f4

View file

@ -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;