diff options
author | 2020-04-05 14:49:14 +0100 | |
---|---|---|
committer | 2020-04-06 10:22:09 -0700 | |
commit | 7df0a6a3e53dafa0e36127cb09306a19b03bd182 (patch) | |
tree | f2f60debbd5babaf436426e57c83499b0854a151 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | wimax: remove some redundant assignments to variable result (diff) | |
download | wireguard-linux-7df0a6a3e53dafa0e36127cb09306a19b03bd182.tar.xz wireguard-linux-7df0a6a3e53dafa0e36127cb09306a19b03bd182.zip |
qed: remove redundant assignment to variable 'rc'
The variable 'rc' is being assigned a value that is never read
and it is being updated later with a new value. The assignment
is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.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