From e0e797f9be0e7e22761ccaa8ea886d523e1ac831 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 6 Jun 2006 07:22:08 +0000 Subject: Remove unused variable (and stop compiler warning) --- Modules/socketmodule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 6585f48..0322a06 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)) -- cgit v0.12