]> granicus.if.org Git - apache/commitdiff
axe some unused fields in ap_queue_t
authorJeff Trawick <trawick@apache.org>
Thu, 21 Mar 2002 15:19:54 +0000 (15:19 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 21 Mar 2002 15:19:54 +0000 (15:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94087 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/fdqueue.h

index 0608813e57e9465489150c5effb0e4923d06b34a..2f9ec14d55bdf74fb051de1fa816b3a70367b0f7 100644 (file)
@@ -81,11 +81,9 @@ struct fd_queue_t {
     int                 tail;
     fd_queue_elem_t    *data;
     int                 bounds;
-    int                 blanks;
     apr_thread_mutex_t *one_big_mutex;
     apr_thread_cond_t  *not_empty;
     apr_thread_cond_t  *not_full;
-    int                 cancel_state;
     apr_pool_t        **recycled_pools;
     int                 num_recycled;
 };