From 0f973934f4b294d3245a63b3eff0b80d69930c88 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 11 Jan 2008 15:42:29 +0000 Subject: Removed unused variable --- Modules/socketmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index c060dcd..e1f1a4e 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -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; -- cgit v0.12