]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove class_pseudo
authorTom Tromey <tom@tromey.com>
Sun, 26 Apr 2020 19:36:04 +0000 (13:36 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 26 Apr 2020 19:48:11 +0000 (13:48 -0600)
The class_pseudo constant is unused, so this removes it.
Tested by rebuilding.

gdb/ChangeLog
2020-04-26  Tom Tromey  <tom@tromey.com>

* command.h (enum command_class) <class_pseudo>: Remove.

gdb/ChangeLog
gdb/command.h

index 8186fef88e36927a7a7bd0b7e18579d2969c5877..51f4d9595e261789e48cee5fb47a67ad702feb5e 100644 (file)
@@ -1,3 +1,7 @@
+2020-04-26  Tom Tromey  <tom@tromey.com>
+
+       * command.h (enum command_class) <class_pseudo>: Remove.
+
 2020-04-26  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
 
        * cli/cli-decode.c (lookup_cmd_composition): Fix comments
index b9b94227b9fd325611523ce964833bfa4d035df1..81c35c98d2f00a53dd73e1b66e70a001666b6d6e 100644 (file)
@@ -41,7 +41,7 @@ enum command_class
   no_class = -1, class_run = 0, class_vars, class_stack, class_files,
   class_support, class_info, class_breakpoint, class_trace,
   class_alias, class_bookmark, class_obscure, class_maintenance,
-  class_pseudo, class_tui, class_user, class_xdb,
+  class_tui, class_user, class_xdb,
   no_set_class /* Used for "show" commands that have no corresponding
                   "set" command.  */
 };