selftests/bpf: delete unused variables in test_sysctl
authorAndrii Nakryiko <andriin@fb.com>
Wed, 25 Sep 2019 18:36:14 +0000 (11:36 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 25 Sep 2019 20:16:17 +0000 (22:16 +0200)
commitd778c30a056ac352d1c0c58b5850e0fcc5655a58
tree21231f5203cd33872cb3b1d94536a5e3e1b86ec9
parentaef70a1f44c0b570e6345c02c2d240471859f0a4
selftests/bpf: delete unused variables in test_sysctl

Remove no longer used variables and avoid compiler warnings.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/test_sysctl.c