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:
Tankut Baris Aktemur
2020-10-19 17:17:30 +02:00
parent 61c26be85f
commit 267037210c
2 changed files with 4 additions and 2 deletions

View File

@@ -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[] = {