From: Guenter Knauf Date: Sun, 20 Mar 2011 18:58:27 +0000 (+0000) Subject: Removed dav_get_limit_xml_body() from mod_dav.h. X-Git-Tag: 2.2.18~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd86b983e6f5284d79ac827ac3a286a3ad48511b;p=thirdparty%2Fapache%2Fhttpd.git Removed dav_get_limit_xml_body() from mod_dav.h. This was a forgotten prototype hanging around for close to 11 years where no code for existed (see r85816); now removed from all branches per wrowe's permission. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1083536 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/main/mod_dav.h b/modules/dav/main/mod_dav.h index 25dc6d458e6..f0075311c3b 100644 --- a/modules/dav/main/mod_dav.h +++ b/modules/dav/main/mod_dav.h @@ -2411,9 +2411,6 @@ struct dav_hooks_search { ** MISCELLANEOUS STUFF */ -/* fetch the "LimitXMLRequestBody" in force for this resource */ -DAV_DECLARE(apr_size_t) dav_get_limit_xml_body(const request_rec *r); - typedef struct { int propid; /* live property ID */ const dav_hooks_liveprop *provider; /* the provider defining this prop */