From 267037210c9b58b310ab9946e6ab401f8562647f Mon Sep 17 00:00:00 2001 From: Tankut Baris Aktemur Date: Mon, 19 Oct 2020 17:17:30 +0200 Subject: [PATCH] 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. --- gdb/ChangeLog | 4 ++++ gdb/frame.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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[] = { -- 2.30.2