From dae8101a5036a164609924575eaf0de7b1478270 Mon Sep 17 00:00:00 2001 From: yrutschle Date: Sat, 27 Feb 2021 15:20:15 +0100 Subject: [PATCH] remove redundant macro definition --- sslh-select.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sslh-select.c b/sslh-select.c index 91e5b52..29803ee 100644 --- a/sslh-select.c +++ b/sslh-select.c @@ -27,8 +27,6 @@ const char* server_type = "sslh-select"; -#define MAX(a, b) (((a) > (b)) ? (a) : (b)) - /* cnx_num_alloc is the number of connection to allocate at once (at start-up, * and then every time we get too many simultaneous connections: e.g. start * with 100 slots, then if we get more than 100 connections allocate another