]> granicus.if.org Git - apache/commitdiff
remove dup
authorJim Jagielski <jim@apache.org>
Wed, 24 Dec 2008 13:10:52 +0000 (13:10 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 24 Dec 2008 13:10:52 +0000 (13:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729310 13f79535-47bb-0310-9956-ffa450edef68

modules/mem/sharedmem_util.c

index d574e615e2da1a2269cecd58fa8be963d91d0603..ff0c391d7910a4a4f1968a9830caba51557309ae 100644 (file)
@@ -347,7 +347,6 @@ static apr_status_t ap_slotmem_mem(ap_slotmem_t *score, int id, void **mem)
     if (!ptr) {
        return APR_ENOSHMAVAIL;
     }
-    ptr = score->base + score->size * id;
     *mem = ptr;
     return APR_SUCCESS;
 }