diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-05-13 14:55:17 +0300 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2021-06-10 18:16:20 +0300 |
commit | 08b0c9b4b922ccd1b7b54589942492cfa686214e (patch) | |
tree | d5719aed13e24ee5cef5bd6938700e201a568296 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3d3d9c072e377a0c5fa0a1f661a95134e787db3a (diff) | |
download | linux-08b0c9b4b922ccd1b7b54589942492cfa686214e.tar.xz |
tracing: 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.
Link: https://lkml.kernel.org/r/20210513115517.58178-1-colin.king@canonical.com
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions