mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00: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:
@@ -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[] = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user