]> granicus.if.org Git - python/commitdiff
Removed unused variable
authorChristian Heimes <christian@cheimes.de>
Fri, 11 Jan 2008 15:42:29 +0000 (15:42 +0000)
committerChristian Heimes <christian@cheimes.de>
Fri, 11 Jan 2008 15:42:29 +0000 (15:42 +0000)
Modules/socketmodule.c

index c060dcde7874341d0db30dec2673fd42f83a0f13..e1f1a4e1fe4e9e4710b24070274262d3d32b54cc 100644 (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;