gdb/frame: remove an unused type alias
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Mon, 19 Oct 2020 15:17:30 +0000 (17:17 +0200)
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Mon, 19 Oct 2020 15:41:51 +0000 (17:41 +0200)
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.

gdb/ChangeLog
gdb/frame.c

index 0a81dacc9e02957ace4682f3755236335216fe32..5bfe185e0ec1f94ce9118cd2982e0a1fcd7d27c8 100644 (file)
@@ -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
index b4af734c2eeac11d172828db48d6a1033deaebe4..6bfa31e630e44d9c3efcb1243fcb5b1db220d951 100644 (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[] = {