From: Christophe Jaillet Date: Fri, 19 Jun 2020 20:10:22 +0000 (+0000) Subject: Axe an empty line in a dox comment in order to synch with 2.4.x X-Git-Tag: 2.5.0-alpha2-ci-test-only~1364 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0be8f13cf6befac8149f10a1826a970054210bc;p=thirdparty%2Fapache%2Fhttpd.git Axe an empty line in a dox comment in order to synch with 2.4.x [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879009 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_request.h b/include/http_request.h index f2ea379b238..aedafed89e1 100644 --- a/include/http_request.h +++ b/include/http_request.h @@ -187,7 +187,6 @@ AP_DECLARE(void) ap_internal_fast_redirect(request_rec *sub_req, request_rec *r) * @return 1 if authentication is required, 0 otherwise * @bug Behavior changed in 2.4.x refactoring, API no longer usable * @deprecated @see ap_some_authn_required() - * */ AP_DECLARE(int) ap_some_auth_required(request_rec *r);