From: Amaury Denoyelle Date: Thu, 23 Apr 2026 12:15:32 +0000 (+0200) Subject: MINOR: xprt_qstrm: remove unused subs X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=270413aeaee908841487752ea99980168e27c49d;p=thirdparty%2Fhaproxy.git MINOR: xprt_qstrm: remove unused subs Currently, xprt_qstrm does not implement subscribe mechanism. As such, it is better for now to remove unused member for clarity. --- diff --git a/src/xprt_qstrm.c b/src/xprt_qstrm.c index b219c4970..e52d4fbc0 100644 --- a/src/xprt_qstrm.c +++ b/src/xprt_qstrm.c @@ -12,7 +12,6 @@ struct xprt_qstrm_ctx { struct connection *conn; - struct wait_event *subs; struct wait_event wait_event; const struct xprt_ops *ops_lower;