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:
Amaury Denoyelle 2026-04-23 14:15:32 +02:00
parent d7e3b826f2
commit 270413aeae

View 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;