diff options
author | 2020-04-20 23:00:57 +0100 | |
---|---|---|
committer | 2020-05-11 20:37:13 -0700 | |
commit | deaf160f8aa767f1b2cd53f1834c1a4126815631 (patch) | |
tree | 74399731b01d22aa086ebe7efed4b48ab95960bf /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f2fs: refactor resize_fs to avoid meta updates in progress (diff) | |
download | wireguard-linux-deaf160f8aa767f1b2cd53f1834c1a4126815631.tar.xz wireguard-linux-deaf160f8aa767f1b2cd53f1834c1a4126815631.zip |
f2fs: remove redundant assignment to variable err
The variable err is being assigned 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>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions