diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-07-21 15:01:47 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2021-08-10 18:02:11 +0300 |
commit | 1dae37c7e41d9a75a615ba7b0480acc2e04094d4 (patch) | |
tree | b501c3b83543d5f73aa9d75da72b5b8bc288eba2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 698429f9d0e54ce3964151adff886ee5fc59714b (diff) | |
download | linux-1dae37c7e41d9a75a615ba7b0480acc2e04094d4.tar.xz |
posix-timers: Remove redundant initialization of variable ret
The variable ret is being initialized with a value that is never read, it
is being updated later on. 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: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20210721120147.109570-1-colin.king@canonical.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions