diff options
author | 2021-12-28 00:45:42 +0000 | |
---|---|---|
committer | 2021-12-28 12:52:24 +0000 | |
commit | 0f1eae8e565e632f64670a5730894f22819fcaad (patch) | |
tree | 513018283b016437887623bc2bf5094c3442ff51 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net:Remove initialization of static variables to 0 (diff) | |
download | wireguard-linux-0f1eae8e565e632f64670a5730894f22819fcaad.tar.xz wireguard-linux-0f1eae8e565e632f64670a5730894f22819fcaad.zip |
net: caif: remove redundant assignment to variable expectlen
Variable expectlen is being assigned a value that is never read, the
assignment occurs before a return statement. The assignment is
redundant and can be removed.
Signed-off-by: Colin Ian King <colin.i.king@gmail.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