You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ch...@apache.org on 2009/05/06 20:16:22 UTC

svn commit: r772387 - /httpd/httpd/trunk/modules/mem/mod_plainmem.c

Author: chrisd
Date: Wed May  6 18:16:22 2009
New Revision: 772387

URL: http://svn.apache.org/viewvc?rev=772387&view=rev
Log:
remove unused smutex structure element

Modified:
    httpd/httpd/trunk/modules/mem/mod_plainmem.c

Modified: httpd/httpd/trunk/modules/mem/mod_plainmem.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/mem/mod_plainmem.c?rev=772387&r1=772386&r2=772387&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/mem/mod_plainmem.c (original)
+++ httpd/httpd/trunk/modules/mem/mod_plainmem.c Wed May  6 18:16:22 2009
@@ -26,7 +26,6 @@
     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 */
 };