diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-04-10 12:35:26 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-04-15 12:08:40 -0400 |
commit | 788109c1ccf70f29d2d15de94aabf100710d0069 (patch) | |
tree | 9751870e9779701a7107aea30bfc64ec6d21d9db /arch | |
parent | 56a87e5d997b722acf2a5dd5c938d574d8c95da6 (diff) | |
download | linux-788109c1ccf70f29d2d15de94aabf100710d0069.tar.bz2 |
KVM: remove redundant assignment to variable r
The variable r is being assigned with a value that is never read
and it is being updated later with a new value. The initialization is
redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Message-Id: <20200410113526.13822-1-colin.king@canonical.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions