From 9cb0802cb591bc2559743271450e8a064438e5b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Tue, 5 Jun 2007 13:48:11 +0000 Subject: [PATCH] Remove unused variable. --- Modules/socketmodule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 4ae745c31ef..207702320d3 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