mirror of
https://github.com/python/cpython.git
synced 2025-11-29 22:41:59 +00:00
Remove unused variable (and stop compiler warning)
This commit is contained in:
parent
02f1d0dc78
commit
e0e797f9be
1 changed files with 0 additions and 1 deletions
|
|
@ -2453,7 +2453,6 @@ sock_recvfrom_into(PySocketSockObject *s, PyObject *args, PyObject* kwds)
|
||||||
int buflen;
|
int buflen;
|
||||||
|
|
||||||
PyObject *addr = NULL;
|
PyObject *addr = NULL;
|
||||||
PyObject *ret = NULL;
|
|
||||||
|
|
||||||
if (!PyArg_ParseTupleAndKeywords(args, kwds, "w#|ii:recvfrom", kwlist,
|
if (!PyArg_ParseTupleAndKeywords(args, kwds, "w#|ii:recvfrom", kwlist,
|
||||||
&buf, &buflen, &recvlen, &flags))
|
&buf, &buflen, &recvlen, &flags))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue