aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.c
diff options
context:
space:
mode:
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>2020-10-19 17:17:30 +0200
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>2020-10-19 17:41:51 +0200
commit267037210c9b58b310ab9946e6ab401f8562647f (patch)
tree5b4cfae7ec1380c8806676fc9fa6a00cfc763057 /gdb/frame.c
parent61c26be85f0e09a208fa46ee839c74081c7d8124 (diff)
downloadgdb-267037210c9b58b310ab9946e6ab401f8562647f.zip
gdb-267037210c9b58b310ab9946e6ab401f8562647f.tar.gz
gdb-267037210c9b58b310ab9946e6ab401f8562647f.tar.bz2
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.
Diffstat (limited to 'gdb/frame.c')
-rw-r--r--gdb/frame.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/frame.c b/gdb/frame.c
index b4af734..6bfa31e 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<set_backtrace_options>;
-using uinteger_option_def
- = gdb::option::uinteger_option_def<set_backtrace_options>;
const gdb::option::option_def set_backtrace_option_defs[] = {