From 1a6eab7fdda1cb85b5657ae77ab553ea60136eee Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Mon, 22 Oct 2012 16:56:02 +0000 Subject: [PATCH] mis-merge git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1400952 13f79535-47bb-0310-9956-ffa450edef68 --- modules/slotmem/mod_slotmem_shm.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/slotmem/mod_slotmem_shm.c b/modules/slotmem/mod_slotmem_shm.c index 552ee81254..8ecab09847 100644 --- a/modules/slotmem/mod_slotmem_shm.c +++ b/modules/slotmem/mod_slotmem_shm.c @@ -172,11 +172,6 @@ static void slotmem_clearinuse(ap_slotmem_instance_t *slot) } } -static const char *storemem_filename(apr_pool_t *pool, const char *name) -{ - return apr_pstrcat(pool, name, ".persist", NULL); -} - static void store_slotmem(ap_slotmem_instance_t *slotmem) { apr_file_t *fp; -- 2.40.0