diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-04-05 16:49:14 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-06 20:22:09 +0300 |
commit | 7df0a6a3e53dafa0e36127cb09306a19b03bd182 (patch) | |
tree | f2f60debbd5babaf436426e57c83499b0854a151 /tools/perf/scripts/python/stackcollapse.py | |
parent | 2dd6a24fff41fe8fbf307491ed637a18049b13ff (diff) | |
download | linux-7df0a6a3e53dafa0e36127cb09306a19b03bd182.tar.xz |
qed: remove redundant assignment to variable 'rc'
The variable 'rc' is being assigned a value that is never read
and it is being updated later with a new value. 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: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions