diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2023-02-26 20:13:54 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2023-02-27 13:28:32 -0500 |
commit | aa992b382f91f426cd51bf1375d78eacb509f2cc (patch) | |
tree | 41e08d02ba61104c0a7f5656a1465ef94216b217 /gdb/testsuite/gdb.arch/gdb1558.c | |
parent | debd0556e519c3d258299cf5f14a44cc01c795da (diff) | |
download | gdb-aa992b382f91f426cd51bf1375d78eacb509f2cc.zip gdb-aa992b382f91f426cd51bf1375d78eacb509f2cc.tar.gz gdb-aa992b382f91f426cd51bf1375d78eacb509f2cc.tar.bz2 |
gdb: remove invalid / dead code from gdbarch.py
My editor flagged that the variable `c` (in the lines removed by this
patch) was unknown. I guess it ends up working because there is a `c`
variable in the global scope. I tried putting `assert False` inside
that if, and it is not hit, showing that we never enter this if. So,
remove it. There is no change in the generated files.
Change-Id: Id3b9f67719e88cada7c6fde673c8d7842ab13617
Reviewed-By: Tom Tromey <tom@tromey.com>
Reviewed-By: Andrew Burgess <aburgess@redhat.com>
Diffstat (limited to 'gdb/testsuite/gdb.arch/gdb1558.c')
0 files changed, 0 insertions, 0 deletions