]> granicus.if.org Git - python/commitdiff
Remove unused variable (and stop compiler warning)
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 6 Jun 2006 07:22:08 +0000 (07:22 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 6 Jun 2006 07:22:08 +0000 (07:22 +0000)
Modules/socketmodule.c

index 6585f489bb9bb9608ae73c2336547ff28f390c20..0322a061a6e7de4cf212faf49a91dbe718161782 100644 (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))