]> granicus.if.org Git - apache/commitdiff
Remove unused conf variable.
authorPaul Querna <pquerna@apache.org>
Tue, 1 Sep 2009 09:42:16 +0000 (09:42 +0000)
committerPaul Querna <pquerna@apache.org>
Tue, 1 Sep 2009 09:42:16 +0000 (09:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@809938 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/mod_dav.c

index e6ee2b2a5d88475ccc67201c261fe0eb25649ae2..163b006d3c436b1e8861c6083f23606ebcdbd999 100644 (file)
@@ -2434,7 +2434,6 @@ static int dav_method_mkcol(request_rec *r)
     dav_error *err;
     dav_error *err2;
     int result;
-    dav_dir_conf *conf;
     dav_response *multi_status;
 
     /* handle the request body */
@@ -2443,9 +2442,6 @@ static int dav_method_mkcol(request_rec *r)
         return result;
     }
 
-    conf = (dav_dir_conf *)ap_get_module_config(r->per_dir_config,
-                                                &dav_module);
-
     /* Ask repository module to resolve the resource */
     err = dav_get_resource(r, 0 /* label_allowed */, 0 /* use_checked_in */,
                            &resource);