]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Remove unused variable.
authorRuediger Pluem <rpluem@apache.org>
Tue, 3 Mar 2009 19:49:54 +0000 (19:49 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 3 Mar 2009 19:49:54 +0000 (19:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749714 13f79535-47bb-0310-9956-ffa450edef68

support/ab.c

index 88575389f593d3c821eb56d3de01c4eea36909cb..4935071e8926d029e1a32bcc47a18b76ab31077a 100644 (file)
@@ -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;