diff options
author | 2018-07-31 17:01:37 +0100 | |
---|---|---|
committer | 2018-08-01 09:46:49 -0700 | |
commit | b053fcc4a1c3c8f9080e2904acee73481fb58c44 (patch) | |
tree | 2ffcaf6e6c7db7804653d234fbcf15428ef1e718 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'be2net-next' (diff) | |
download | linux-rng-b053fcc4a1c3c8f9080e2904acee73481fb58c44.tar.xz linux-rng-b053fcc4a1c3c8f9080e2904acee73481fb58c44.zip |
net/tipc: remove redundant variables 'tn' and 'oport'
Variables 'tn' and 'oport' are being assigned but are never used hence
they are redundant and can be removed.
Cleans up clang warnings:
warning: variable 'oport' set but not used [-Wunused-but-set-variable]
warning: variable 'tn' set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions