diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-05-18 09:55:08 +0100 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2022-05-25 20:45:14 +0200 |
commit | 2ecd0edd13a8bed87c3588bcd4a048113eff18f6 (patch) | |
tree | aa4f64769fc7d7579ab6f36c731c881ddbc94005 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | a74379543d229a3fb1af8cd44cbd19844a7bb1bc (diff) |
ceph: remove redundant variable ino
Variable ino is being assigned a value that is never read. The variable
and assignment are redundant, remove it.
Cleans up clang scan build warning:
warning: Although the value stored to 'ino' is used in the enclosing
expression, the value is never actually read from 'ino'
[deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions