Remove "cmd_type" function
[deliverable/binutils-gdb.git] / gdb / cli / cli-decode.h
index f855ee5724fda1a3c0d9dde527fe9ca1876f2e49..e8ce3629227648a9a79e664b5a3a3532244be483 100644 (file)
 #include "cli-script.h"
 #include "completer.h"
 
-#if 0
-/* FIXME: cagney/2002-03-17: Once cmd_type() has been removed, ``enum
-   cmd_types'' can be moved from "command.h" to "cli-decode.h".  */
 /* Not a set/show command.  Note that some commands which begin with
    "set" or "show" might be in this category, if their syntax does
    not fall into one of the following categories.  */
-typedef enum cmd_types
-  {
-    not_set_cmd,
-    set_cmd,
-    show_cmd
-  }
-cmd_types;
-#endif
+enum cmd_types
+{
+  not_set_cmd,
+  set_cmd,
+  show_cmd
+};
 
 /* This structure records one command'd definition.  */
 
This page took 0.023808 seconds and 4 git commands to generate.