From db8dcb13a5b33adbd25aaa3a2845b3ddbb50fb74 Mon Sep 17 00:00:00 2001 From: Chris Darroch Date: Wed, 6 May 2009 18:16:22 +0000 Subject: [PATCH] remove unused smutex structure element git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@772387 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mem/mod_plainmem.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/mem/mod_plainmem.c b/modules/mem/mod_plainmem.c index 608b75ef71..7702b59a8d 100644 --- a/modules/mem/mod_plainmem.c +++ b/modules/mem/mod_plainmem.c @@ -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 */ }; -- 2.40.0