diff options
| author | Colin Ian King <[email protected]> | 2018-08-03 08:46:36 +0100 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2018-08-09 18:13:46 +0300 |
| commit | 35204d0aa83ff4f8bdab7b0eab927dcaa7c4b7f6 (patch) | |
| tree | 52beb17b53dd18fae9b789e4c927354296747cd4 /scripts/gdb/linux/modules.py | |
| parent | 1ec49a236565060566be547b6e050bb414d0da96 (diff) | |
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 <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions