]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Removed dav_get_limit_xml_body() from mod_dav.h.
authorGuenter Knauf <fuankg@apache.org>
Sun, 20 Mar 2011 18:58:27 +0000 (18:58 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sun, 20 Mar 2011 18:58:27 +0000 (18:58 +0000)
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.0.x@1083536 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/mod_dav.h

index 0fb9ac9b6f49b76dd62ef38cdbff6da00b26db03..89a49a1de6013f61c0f8c03b0ce5a3f0f575975d 100644 (file)
@@ -2405,9 +2405,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 */