From: Ruediger Pluem Date: Tue, 3 Mar 2009 19:49:54 +0000 (+0000) Subject: * Remove unused variable. X-Git-Tag: 2.3.2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e9488cc0b26d06d5138de7e2e5a50cb9cc1e034;p=thirdparty%2Fapache%2Fhttpd.git * Remove unused variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749714 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/ab.c b/support/ab.c index 88575389f59..4935071e892 100644 --- a/support/ab.c +++ b/support/ab.c @@ -394,7 +394,6 @@ static void set_polled_events(struct connection *c, apr_int16_t new_reqevents) apr_int16_t old_reqevents = c->reqevents; apr_pollfd_t pfd; apr_status_t rv; - char buf[120]; if (old_reqevents != new_reqevents) { pfd.desc_type = APR_POLL_SOCKET;