From: Azat Khuzhin Date: Tue, 2 Jun 2020 07:12:20 +0000 (+0300) Subject: test/regress_http: remove second ARRAY_SIZE macros X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2aaa7358a11319c5f6c3211b7408a66b3faded8e;p=libevent test/regress_http: remove second ARRAY_SIZE macros --- 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) {