From 844e85ad0dfcd6670a1283fd43f4514407a53822 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Wed, 30 Sep 2015 06:23:16 +0000 Subject: [PATCH] Synch 2.4.x and trunk. Remove part of a comment that is not really useful. The type of the variables in the code (i.e. "worker_score *dest" and "worker_score *ws") is already explicit. This part of the comment was not backported in r1610499. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705969 13f79535-47bb-0310-9956-ffa450edef68 --- include/scoreboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/scoreboard.h b/include/scoreboard.h index bc820b5400..f5cf939de7 100644 --- a/include/scoreboard.h +++ b/include/scoreboard.h @@ -195,7 +195,7 @@ AP_DECLARE(worker_score *) ap_get_scoreboard_worker_from_indexes(int child_num, /** Copy the contents of a worker scoreboard entry. The contents of * the worker_score structure are copied verbatim into the dest - * structure, which must have sizeof(worker_score). + * structure. * @param dest Output parameter. * @param child_num The child number. * @param thread_num The thread number. -- 2.40.0