]> granicus.if.org Git - apache/commitdiff
zap an unused variable
authorJeff Trawick <trawick@apache.org>
Wed, 17 Jul 2002 21:39:55 +0000 (21:39 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 17 Jul 2002 21:39:55 +0000 (21:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96106 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/prefork/prefork.c

index fab9a386083dd349e4beec3ebc90ceb0ba751ee4..bc92c3929b67275031bc9f3fb92549ae9bfe94fe 100644 (file)
@@ -633,7 +633,6 @@ static void child_main(int child_num_arg)
             /* multiple listening sockets - need to poll */
            for (;;) {
                 apr_status_t ret;
-                apr_int16_t event;
                 apr_int32_t n;
 
                 ret = apr_poll(pollset, num_listensocks, &n, -1);