summaryrefslogtreecommitdiff
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 6585f489bb..0322a061a6 100644
--- a/Modules/socketmodule.c
+++ b/Modules/socketmodule.c
@@ -2453,7 +2453,6 @@ sock_recvfrom_into(PySocketSockObject *s, PyObject *args, PyObject* kwds)
int buflen;
PyObject *addr = NULL;
- PyObject *ret = NULL;
if (!PyArg_ParseTupleAndKeywords(args, kwds, "w#|ii:recvfrom", kwlist,
&buf, &buflen, &recvlen, &flags))