diff options
author | 2020-06-11 16:27:08 +0100 | |
---|---|---|
committer | 2020-07-10 14:50:51 +0200 | |
commit | 7ca78630a1ae082e6d4488884cd771ee4bb266ea (patch) | |
tree | 7016dcd62bff00bb3cd8fbd1e022628fdfb4f050 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ttyprintk: remove redundant initialization of variable ret (diff) | |
download | wireguard-linux-7ca78630a1ae082e6d4488884cd771ee4bb266ea.tar.xz wireguard-linux-7ca78630a1ae082e6d4488884cd771ee4bb266ea.zip |
char/mwave: remove redundant initialization of variable bRC
The variable bRC is being initialized with a value that is never read
and it is being updated later with a new value. The initialization is
redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200611152708.927344-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions