diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-08-03 10:46:36 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-08-09 18:13:46 +0300 |
commit | 35204d0aa83ff4f8bdab7b0eab927dcaa7c4b7f6 (patch) | |
tree | 52beb17b53dd18fae9b789e4c927354296747cd4 /samples | |
parent | 1ec49a236565060566be547b6e050bb414d0da96 (diff) | |
download | linux-35204d0aa83ff4f8bdab7b0eab927dcaa7c4b7f6.tar.xz |
rsi: remove redundant variables bss, wh and temp_flash_content
Variables bss, wh and temp_flash_content are being assigned but are
never used hence they are redundant and can be removed.
Cleans up clang warnings:
warning: variable 'bss' set but not used [-Wunused-but-set-variable]
warning: variable 'wh' set but not used [-Wunused-but-set-variable]
warning: variable 'temp_flash_content' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions