From 14ebe95a10e7fdc003e369b58463a4744e88fa8e Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Tue, 29 Apr 2025 16:48:28 +0200 Subject: [PATCH] CLEANUP: dns: remove unused dns_stream_server struct member dns_stream_server "max_slots" is unused, let's get rid of it --- include/haproxy/dns-t.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/haproxy/dns-t.h b/include/haproxy/dns-t.h index 175c7d1d9..428676a06 100644 --- a/include/haproxy/dns-t.h +++ b/include/haproxy/dns-t.h @@ -79,7 +79,6 @@ struct dns_additional_record { struct dns_stream_server { struct server *srv; struct dns_ring *ring_req; - int max_slots; int maxconn; int idle_conns; int cur_conns;