mirror of https://github.com/python/cpython
Remove unused variable.
This commit is contained in:
parent
a7eb93ec43
commit
9cb0802cb5
|
@ -2775,7 +2775,6 @@ sock_dealloc(PySocketSockObject *s)
|
||||||
static PyObject *
|
static PyObject *
|
||||||
sock_repr(PySocketSockObject *s)
|
sock_repr(PySocketSockObject *s)
|
||||||
{
|
{
|
||||||
char buf[512];
|
|
||||||
#if SIZEOF_SOCKET_T > SIZEOF_LONG
|
#if SIZEOF_SOCKET_T > SIZEOF_LONG
|
||||||
if (s->sock_fd > LONG_MAX) {
|
if (s->sock_fd > LONG_MAX) {
|
||||||
/* this can occur on Win64, and actually there is a special
|
/* this can occur on Win64, and actually there is a special
|
||||||
|
|
Loading…
Reference in New Issue