From 2aaa7358a11319c5f6c3211b7408a66b3faded8e Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Tue, 2 Jun 2020 10:12:20 +0300 Subject: [PATCH] test/regress_http: remove second ARRAY_SIZE macros --- test/regress_http.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/regress_http.c b/test/regress_http.c index 7f43ebf5..279dcd4d 100644 --- a/test/regress_http.c +++ b/test/regress_http.c @@ -5319,7 +5319,6 @@ http_timeout_read_server_test(void *arg) -#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) static void http_max_connections_test(void *arg) { -- 2.50.1