]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: xprt_qstrm: remove unused subs
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Apr 2026 12:15:32 +0000 (14:15 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 24 Apr 2026 07:33:04 +0000 (09:33 +0200)
Currently, xprt_qstrm does not implement subscribe mechanism. As such,
it is better for now to remove unused member <subs> for clarity.

src/xprt_qstrm.c

index b219c4970cdc5d12df3d44fbdff3fc857c9d5727..e52d4fbc00ed62a9050987be1f2335a603417cce 100644 (file)
@@ -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;