From: Ruediger Pluem Date: Wed, 20 Jun 2007 19:32:49 +0000 (+0000) Subject: * Remove unused variables from set_define() function to fix a compiler warning. X-Git-Tag: 2.3.0~1762 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8a411c3d434cdead805f2bb03404f2eb45f1f70;p=apache * Remove unused variables from set_define() function to fix a compiler warning. Submitted by: Geoffrey Young Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@549207 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core.c b/server/core.c index 9cff0f0a6c..0f5b4c35d6 100644 --- a/server/core.c +++ b/server/core.c @@ -1098,8 +1098,6 @@ static const char *set_define(cmd_parms *cmd, void *dummy, const char *optarg) { char **newv; - void *sconf = cmd->server->module_config; - core_server_config *conf = ap_get_module_config(sconf, &core_module); const char *err = ap_check_cmd_context(cmd, GLOBAL_ONLY);