mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-02 03:30:59 +02:00
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 <subs> for clarity.
This commit is contained in:
parent
d7e3b826f2
commit
270413aeae
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user