mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-13 22:59:09 +02:00
CLEANUP: queues: Remove pendconn_grab_from_px().
pendconn_grab_from_px() is now unused, so just remove it.
This commit is contained in:
committed by
Olivier Houchard
parent
111ea83ed4
commit
b3cd5a4b86
@@ -37,7 +37,6 @@ int pendconn_dequeue(struct stream *strm);
|
||||
void process_srv_queue(struct server *s);
|
||||
unsigned int srv_dynamic_maxconn(const struct server *s);
|
||||
int pendconn_redistribute(struct server *s);
|
||||
int pendconn_grab_from_px(struct server *s);
|
||||
void pendconn_unlink(struct pendconn *p);
|
||||
int pendconn_must_try_again(struct pendconn *p);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user