From: Tankut Baris Aktemur Date: Mon, 19 Oct 2020 15:17:30 +0000 (+0200) Subject: gdb/frame: remove an unused type alias X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=267037210c9b58b310ab9946e6ab401f8562647f;p=binutils-gdb.git gdb/frame: remove an unused type alias Tested by rebuilding. gdb/ChangeLog: 2020-10-19 Tankut Baris Aktemur * frame.c: Remove the unused 'uinteger_option_def' type alias. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0a81dacc9e0..5bfe185e0ec 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-10-19 Tankut Baris Aktemur + + * frame.c: Remove the unused 'uinteger_option_def' type alias. + 2020-10-14 Mihails Strasuns * breakpoint.c (handle_jit_event): Add an argument, change how diff --git a/gdb/frame.c b/gdb/frame.c index b4af734c2ee..6bfa31e630e 100644 --- a/gdb/frame.c +++ b/gdb/frame.c @@ -2995,8 +2995,6 @@ static struct cmd_list_element *show_backtrace_cmdlist; using boolean_option_def = gdb::option::boolean_option_def; -using uinteger_option_def - = gdb::option::uinteger_option_def; const gdb::option::option_def set_backtrace_option_defs[] = {