diff options
Diffstat (limited to 'gdb/break-catch-sig.c')
-rw-r--r-- | gdb/break-catch-sig.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/break-catch-sig.c b/gdb/break-catch-sig.c index 89783b03a8b..4bb07f05780 100644 --- a/gdb/break-catch-sig.c +++ b/gdb/break-catch-sig.c @@ -444,7 +444,6 @@ catch_signal_command (char *arg, int from_tty, { int tempflag, catch_all = 0; VEC (gdb_signal_type) *filter; - struct gdbarch *gdbarch = get_current_arch (); tempflag = get_cmd_context (command) == CATCH_TEMPORARY; |