mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
CLEANUP: dns: remove unused dns_stream_server struct member
dns_stream_server "max_slots" is unused, let's get rid of it
This commit is contained in:
parent
27236f2218
commit
14ebe95a10
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue