]> granicus.if.org Git - apache/commitdiff
axe unused variable
authorJeff Trawick <trawick@apache.org>
Fri, 21 Sep 2012 11:53:22 +0000 (11:53 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 21 Sep 2012 11:53:22 +0000 (11:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388445 13f79535-47bb-0310-9956-ffa450edef68

modules/slotmem/mod_slotmem_plain.c

index 71228147dd42fe80598c8b86295cc6af75c6025c..4c2b19b61dad7287e2b2b10d19f28b4056985ffa 100644 (file)
@@ -266,7 +266,6 @@ static apr_status_t slotmem_grab(ap_slotmem_instance_t *slot, unsigned int *id)
 
 static apr_status_t slotmem_fgrab(ap_slotmem_instance_t *slot, unsigned int id)
 {
-    unsigned int i;
     char *inuse;
     
     if (!slot) {