diff options
author | Tom Rix <trix@redhat.com> | 2023-03-31 16:55:45 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-04-02 13:43:43 +0100 |
commit | 51aaa68222d6c34f0373cf95223ce2f230329e8f (patch) | |
tree | cae732bed07cd5a190f17dcece1cf27d92d0c23f /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | f85b882441585fceb5cef690660933ccbb5d5bc0 (diff) |
net: alteon: remove unused len variable
clang with W=1 reports
drivers/net/ethernet/alteon/acenic.c:2438:10: error: variable
'len' set but not used [-Werror,-Wunused-but-set-variable]
int i, len = 0;
^
This variable is not used so remove it.
Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions