diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-09-05 17:34:35 +0300 |
---|---|---|
committer | Sagi Grimberg <sagi@grimberg.me> | 2019-09-12 18:50:46 +0300 |
commit | 312910f4d2fed987d1f4a6cd75e86c926e9ad557 (patch) | |
tree | f32e48f91ea11b826c844d019a301a6bf5869c71 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 03894b7a896dc6eb3870e197bd7414ab0c947cbf (diff) | |
download | linux-312910f4d2fed987d1f4a6cd75e86c926e9ad557.tar.xz |
nvme: tcp: remove redundant assignment to variable ret
The variable ret is being initialized with a value that is never read
and is being re-assigned immediately afterwards. The assignment is
redundant and hence can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions