mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove unused variable.
This commit is contained in:
parent
a7eb93ec43
commit
9cb0802cb5
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue