From: Stefan Fritsch Date: Wed, 7 Dec 2011 21:57:34 +0000 (+0000) Subject: Merge r1211637: X-Git-Tag: 2.3.16~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=112e3b632175cbc6a94f3f6c47de95aad835f3a7;p=thirdparty%2Fapache%2Fhttpd.git Merge r1211637: Remove unused variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1211661 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/slotmem/mod_slotmem_shm.c b/modules/slotmem/mod_slotmem_shm.c index 2faed759d44..8a561ee547e 100644 --- a/modules/slotmem/mod_slotmem_shm.c +++ b/modules/slotmem/mod_slotmem_shm.c @@ -126,7 +126,6 @@ static apr_status_t unixd_set_shm_perms(const char *fname) */ static const char *store_filename(apr_pool_t *pool, const char *slotmemname) { - const char *storename; const char *fname; if (strcasecmp(slotmemname, "none") == 0) return NULL;