Remove unused variable (and stop compiler warning)

This commit is contained in:
Neal Norwitz 2006-06-06 07:22:08 +00:00
parent 02f1d0dc78
commit e0e797f9be

View file

@ -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))