diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-08-30 17:27:18 +0300 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-09-01 02:35:53 +0300 |
commit | 7296216776dbbe5094e218035debe1c0a5a3674a (patch) | |
tree | 78bf4a6545bb32505923f5ec4f56c1965f5d5642 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 18baed2684b02f752b5d800bb113e99730e1d24b (diff) | |
download | linux-7296216776dbbe5094e218035debe1c0a5a3674a.tar.xz |
xdp: remove redundant variable 'headroom'
Variable 'headroom' is being assigned but is never used hence it is
redundant and can be removed.
Cleans up clang warning:
variable ‘headroom’ set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Björn Töpel <bjorn.topel@intel.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions