From 7ead06a8b65ef038abd65344ff6aea76054ea1d5 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Sun, 31 Oct 2021 10:52:36 -0400 Subject: 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 --- gdb/command.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/command.h') 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 */ all_commands = -1, /* all */ -- cgit v1.1