diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-04-05 14:49:14 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-06 10:22:09 -0700 |
commit | 7df0a6a3e53dafa0e36127cb09306a19b03bd182 (patch) | |
tree | f2f60debbd5babaf436426e57c83499b0854a151 /scripts/gdb/linux/utils.py | |
parent | 2dd6a24fff41fe8fbf307491ed637a18049b13ff (diff) |
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 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions