summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/socketmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c
index 0625acb..6b163f4 100644
--- a/Modules/socketmodule.c
+++ b/Modules/socketmodule.c
@@ -3424,7 +3424,6 @@ socket_gethostbyaddr(PyObject *self, PyObject *args)
return NULL;
af = sa->sa_family;
ap = NULL;
- al = 0;
switch (af) {
case AF_INET:
ap = (char *)&((struct sockaddr_in *)sa)->sin_addr;