mirror of https://github.com/python/cpython
Remove unused variable (and stop compiler warning)
This commit is contained in:
parent
02f1d0dc78
commit
e0e797f9be
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue