]> www.infradead.org Git - users/jedix/linux-maple.git/commit
samples/bpf: Remove unused variable
authorZhu Jun <zhujun2@cmss.chinamobile.com>
Wed, 20 Nov 2024 03:22:41 +0000 (19:22 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 2 Dec 2024 16:41:17 +0000 (08:41 -0800)
commitadf120e1bedd9f27339cd773c6b474cc788f68f5
treeb25073f9cd05c05e20003295c42a54936b4396ea
parent9aef3aaa7059c4dd0cc875107e05bb3198a7fc33
samples/bpf: Remove unused variable

The variable is never referenced in the code, just remove it
that this problem was discovered by reading code

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20241120032241.5657-1-zhujun2@cmss.chinamobile.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
samples/bpf/xdp2skb_meta_kern.c