CLEANUP: queues: Remove pendconn_grab_from_px().

pendconn_grab_from_px() is now unused, so just remove it.
This commit is contained in:
Olivier Houchard
2024-12-17 15:40:41 +01:00
committed by Olivier Houchard
parent 111ea83ed4
commit b3cd5a4b86
2 changed files with 7 additions and 51 deletions

View File

@@ -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);