diff options
| author | Jakub Kicinski <[email protected]> | 2024-02-27 14:30:24 -0800 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-02-28 15:25:43 -0800 |
| commit | 9c29a113165fc473e6f91f40e59ece94d287f95d (patch) | |
| tree | c125dd1a0507cf3c1a652bb64b84498458ec3ae5 /tools/net/ynl/lib/ynl-priv.h | |
| parent | d62c5d487cfe41b2d47e790acc72a062308fb0f0 (diff) | |
tools: ynl-gen: remove unused parse code
Commit f2ba1e5e2208 ("tools: ynl-gen: stop generating common notification handlers")
removed the last caller of the parse_cb_run() helper.
We no longer need to export ynl_cb_array.
Acked-by: Nicolas Dichtel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/net/ynl/lib/ynl-priv.h')
| -rw-r--r-- | tools/net/ynl/lib/ynl-priv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/net/ynl/lib/ynl-priv.h b/tools/net/ynl/lib/ynl-priv.h index c44b53c8d084..ef16fcbd9f68 100644 --- a/tools/net/ynl/lib/ynl-priv.h +++ b/tools/net/ynl/lib/ynl-priv.h @@ -83,8 +83,6 @@ struct ynl_ntf_base_type { unsigned char data[] __attribute__((aligned(8))); }; -extern mnl_cb_t ynl_cb_array[NLMSG_MIN_TYPE]; - struct nlmsghdr * ynl_gemsg_start_req(struct ynl_sock *ys, __u32 id, __u8 cmd, __u8 version); struct nlmsghdr * |