From 8e1a212925e43dff2c6710739dfa76cedbcd190f Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 19 Jan 2001 22:29:11 +0000 Subject: [PATCH] Kill an unused variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87747 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mappers/mod_so.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/mappers/mod_so.c b/modules/mappers/mod_so.c index a89e4a9018..7f55c7975a 100644 --- a/modules/mappers/mod_so.c +++ b/modules/mappers/mod_so.c @@ -175,7 +175,6 @@ static void *so_sconf_create(apr_pool_t *p, server_rec *s) static apr_status_t unload_module(void *data) { - apr_status_t status; moduleinfo *modi = (moduleinfo*)data; /* only unload if module information is still existing */ -- 2.50.1