Remove unused variable.

This commit is contained in:
Walter Dörwald 2007-06-05 13:48:11 +00:00
parent a7eb93ec43
commit 9cb0802cb5
1 changed files with 0 additions and 1 deletions

View File

@ -2775,7 +2775,6 @@ sock_dealloc(PySocketSockObject *s)
static PyObject *
sock_repr(PySocketSockObject *s)
{
char buf[512];
#if SIZEOF_SOCKET_T > SIZEOF_LONG
if (s->sock_fd > LONG_MAX) {
/* this can occur on Win64, and actually there is a special