aboutsummaryrefslogtreecommitdiff
path: root/gdb/command.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2021-10-31 10:52:36 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2021-11-04 15:40:52 -0400
commit7ead06a8b65ef038abd65344ff6aea76054ea1d5 (patch)
tree623e1fc23ca4fb7492ab1f5ad82ba5c15b4e80c2 /gdb/command.h
parent143f5a3837c4a61b76c6d0c7023bece11f966daa (diff)
downloadfsf-binutils-gdb-7ead06a8b65ef038abd65344ff6aea76054ea1d5.zip
fsf-binutils-gdb-7ead06a8b65ef038abd65344ff6aea76054ea1d5.tar.gz
fsf-binutils-gdb-7ead06a8b65ef038abd65344ff6aea76054ea1d5.tar.bz2
gdb: remove command_class enum class_deprecated
The class_deprecated enumerator isn't assigned anywhere, so remove it. Commands that are deprecated have cmd_list_element::cmd_deprecated set instead. Change-Id: Ib35e540915c52aa65f13bfe9b8e4e22e6007903c
Diffstat (limited to 'gdb/command.h')
-rw-r--r--gdb/command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/command.h b/gdb/command.h
index 9afe70c..d6e94b9 100644
--- a/gdb/command.h
+++ b/gdb/command.h
@@ -46,7 +46,6 @@ enum command_class
Note that help accepts unambiguous abbreviated class names. */
/* Special classes to help_list */
- class_deprecated = -3,
all_classes = -2, /* help without <classname> */
all_commands = -1, /* all */