diff options
| author | Colin Ian King <[email protected]> | 2018-07-31 17:01:37 +0100 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-08-01 09:46:49 -0700 |
| commit | b053fcc4a1c3c8f9080e2904acee73481fb58c44 (patch) | |
| tree | 2ffcaf6e6c7db7804653d234fbcf15428ef1e718 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | e5121207f0532694b1065e29088c78e609b41e20 (diff) | |
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 <[email protected]>
Acked-by: Ying Xue <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions