From: Walter Dörwald Date: Tue, 5 Jun 2007 13:48:11 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: v3.0a1~836 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9cb0802cb591bc2559743271450e8a064438e5b7;p=python Remove unused variable. --- diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 4ae745c31e..207702320d 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -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