mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
gdb/frame: remove an unused type alias
Tested by rebuilding. gdb/ChangeLog: 2020-10-19 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> * frame.c: Remove the unused 'uinteger_option_def' type alias.
This commit is contained in:
parent
61c26be85f
commit
267037210c
@ -1,3 +1,7 @@
|
||||
2020-10-19 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
|
||||
|
||||
* frame.c: Remove the unused 'uinteger_option_def' type alias.
|
||||
|
||||
2020-10-14 Mihails Strasuns <mihails.strasuns@intel.com>
|
||||
|
||||
* breakpoint.c (handle_jit_event): Add an argument, change how
|
||||
|
@ -2995,8 +2995,6 @@ static struct cmd_list_element *show_backtrace_cmdlist;
|
||||
|
||||
using boolean_option_def
|
||||
= gdb::option::boolean_option_def<set_backtrace_options>;
|
||||
using uinteger_option_def
|
||||
= gdb::option::uinteger_option_def<set_backtrace_options>;
|
||||
|
||||
const gdb::option::option_def set_backtrace_option_defs[] = {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user