]> granicus.if.org Git - apache/commitdiff
remove unused smutex structure element
authorChris Darroch <chrisd@apache.org>
Wed, 6 May 2009 18:16:22 +0000 (18:16 +0000)
committerChris Darroch <chrisd@apache.org>
Wed, 6 May 2009 18:16:22 +0000 (18:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@772387 13f79535-47bb-0310-9956-ffa450edef68

modules/mem/mod_plainmem.c

index 608b75ef71618f24d4183547ec79715f169fb2ee..7702b59a8d68522cfafe44b09a0380e3899f3468 100644 (file)
@@ -26,7 +26,6 @@ struct ap_slotmem_t {
     apr_size_t           size;        /* size of each memory slot */
     unsigned int         num;         /* number of mem slots */
     apr_pool_t           *gpool;      /* per segment global pool */
-    apr_global_mutex_t   *smutex;     /* mutex */
     struct ap_slotmem_t  *next;       /* location of next allocated segment */
 };