summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAzat Khuzhin <azat@libevent.org>2020-06-02 10:12:20 +0300
committerAzat Khuzhin <azat@libevent.org>2020-06-02 10:12:20 +0300
commit2aaa7358a11319c5f6c3211b7408a66b3faded8e (patch)
tree54bb780cc572a9f921a6ec418190edaa36421432 /test
parent8b5a4d61f6eb7180c0800f38549c20776c6d1cd9 (diff)
downloadlibevent-2aaa7358a11319c5f6c3211b7408a66b3faded8e.tar.gz
test/regress_http: remove second ARRAY_SIZE macros
Diffstat (limited to 'test')
-rw-r--r--test/regress_http.c1
1 files changed, 0 insertions, 1 deletions
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)
{