]> granicus.if.org Git - apache/commitdiff
* Remove unused variables from set_define() function to fix a compiler warning.
authorRuediger Pluem <rpluem@apache.org>
Wed, 20 Jun 2007 19:32:49 +0000 (19:32 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 20 Jun 2007 19:32:49 +0000 (19:32 +0000)
Submitted by: Geoffrey Young <geoff modperlcookbook.org>
Reviewed by: rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@549207 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index 9cff0f0a6cab1b455d9ccd84159216351e91971b..0f5b4c35d600f3110f420ef38e787ac402b897b6 100644 (file)
@@ -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);