From: Stefan Fritsch Date: Wed, 7 Dec 2011 21:13:57 +0000 (+0000) Subject: Remove unused variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=678f5ed77a99c65e54f0b0b5714f8bc9c6ef6fc6;p=thirdparty%2Fapache%2Fhttpd.git Remove unused variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1211637 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/slotmem/mod_slotmem_shm.c b/modules/slotmem/mod_slotmem_shm.c index c14093dc46e..496764c1198 100644 --- a/modules/slotmem/mod_slotmem_shm.c +++ b/modules/slotmem/mod_slotmem_shm.c @@ -125,7 +125,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;