diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2020-04-29 20:35:35 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2020-04-29 20:35:35 -0400 |
commit | 9fdb2916fec2833fd5c359c35916d2e632a06c23 (patch) | |
tree | c55aa5e6ef7ba39c9f64e957e7f7fd269c1c61d5 /opcodes/lm32-dis.c | |
parent | 759cea5e3f7f141abfc2f31d5039cd7f109edf95 (diff) | |
download | gdb-9fdb2916fec2833fd5c359c35916d2e632a06c23.zip gdb-9fdb2916fec2833fd5c359c35916d2e632a06c23.tar.gz gdb-9fdb2916fec2833fd5c359c35916d2e632a06c23.tar.bz2 |
gdb: fix shellcheck warnings SC2034 (unused variable) in gdbarch.sh
shellcheck reports:
In gdbarch.sh line 139:
fallbackdefault="0"
^-------------^ SC2034: fallbackdefault appears unused. Verify use (or export if used externally).
Indeed, the `fallbackdefault` variable appears to be unused, remove the
code that sets it.
gdb/ChangeLog:
* gdbarch.sh: Remove code that sets fallbackdefault.
Diffstat (limited to 'opcodes/lm32-dis.c')
0 files changed, 0 insertions, 0 deletions