aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2018-07-09 14:17:20 +0100
committerKalle Valo <[email protected]>2018-07-30 20:57:05 +0300
commit619c9700a8fe017bdbe60e08c21213962b2de87a (patch)
tree5296260abcb6655b85dfe4a379ea700a25cd8b88 /tools/perf/scripts/python/net_dropmonitor.py
parente8c38062efc6ffa38f602eb8ffb8c8b03bcf2b5f (diff)
ath6kl: remove redundant variables netlen, orig_buf, orig_len, dropped and stats
Variables netlen, orig_buf, orig_len, dropped and stats are assigned values but are never used hence they are redundant and can be removed. Cleans up clang warnings: warning: variable 'netlen' set but not used [-Wunused-but-set-variable] warning: variable 'orig_buf' set but not used [-Wunused-but-set-variable] warning: variable 'orig_len' set but not used [-Wunused-but-set-variable] warning: variable 'dropped' set but not used [-Wunused-but-set-variable] warning: variable 'stats' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions