mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-23 10:29:05 -04: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue