public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Remove class_pseudo
@ 2020-04-26 19:48 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2020-04-26 19:48 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=361ba0e891438a44a95206db615d476bea811bac

commit 361ba0e891438a44a95206db615d476bea811bac
Author: Tom Tromey <tom@tromey.com>
Date:   Sun Apr 26 13:36:04 2020 -0600

    Remove class_pseudo
    
    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.

Diff:
---
 gdb/ChangeLog | 4 ++++
 gdb/command.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8186fef88e3..51f4d9595e2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/command.h b/gdb/command.h
index b9b94227b9f..81c35c98d2f 100644
--- a/gdb/command.h
+++ b/gdb/command.h
@@ -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.  */
 };


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-26 19:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-26 19:48 [binutils-gdb] Remove class_pseudo Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).