From: Jim Jagielski Date: Wed, 24 Dec 2008 13:10:52 +0000 (+0000) Subject: remove dup X-Git-Tag: 2.3.1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bf9da9c14cd76b9b7ae3181d1b230bafb21e78b;p=apache remove dup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729310 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mem/sharedmem_util.c b/modules/mem/sharedmem_util.c index d574e615e2..ff0c391d79 100644 --- a/modules/mem/sharedmem_util.c +++ b/modules/mem/sharedmem_util.c @@ -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; }