From d0be8f13cf6befac8149f10a1826a970054210bc Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 19 Jun 2020 20:10:22 +0000 Subject: [PATCH] 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 --- include/http_request.h | 1 - 1 file changed, 1 deletion(-) 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); -- 2.47.3