diff options
author | Nathan Chancellor <natechancellor@gmail.com> | 2018-11-13 01:10:42 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2018-11-17 04:51:13 +0300 |
commit | ac8acec9912a93be9953446766e0bb73aeeecc64 (patch) | |
tree | 1a10ca37e122a46276ff246ae2ee6259a4b5b670 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | a83d6e76a67424ebbbbed643f51e97934ffc2bc2 (diff) | |
download | linux-ac8acec9912a93be9953446766e0bb73aeeecc64.tar.xz |
bpf: Remove unused variable in nsim_bpf
Clang warns:
drivers/net/netdevsim/bpf.c:557:30: error: unused variable 'state'
[-Werror,-Wunused-variable]
struct nsim_bpf_bound_prog *state;
^
1 error generated.
The declaration should have been removed in commit b07ade27e933 ("bpf:
pass translate() as a callback and remove its ndo_bpf subcommand").
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Acked-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions