diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-07-03 08:38:08 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-03 13:01:48 +0200 |
commit | c4bcaffa6b8192379eec9a8f7fe263907c4b755e (patch) | |
tree | ee361e0458409a94996c627d7d4bc8e6cd36b872 /drivers/w1 | |
parent | 53e44782e2302f6483b34539f0c3efbf5c6f9f37 (diff) | |
download | linux-c4bcaffa6b8192379eec9a8f7fe263907c4b755e.tar.gz |
misc: vmci: remove redundant variable is_local
Variable is_local is being assigned but is never used hence it is
redundant and can be removed.
Cleans up clang warning:
warning: variable 'is_local' set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/w1')
0 files changed, 0 insertions, 0 deletions