* value.h (struct internalvar): Remove.
[deliverable/binutils-gdb.git] / gdb / command.h
index bed615c31af189bba64bbe6df352a0d1ef7530ea..1a6bec417fa4451435e473bd35182118e8fe55ce 100644 (file)
@@ -205,16 +205,6 @@ extern void help_list (struct cmd_list_element *, char *,
 extern void help_cmd_list (struct cmd_list_element *, enum command_class,
                           char *, int, struct ui_file *);
 
-/* NOTE: cagney/2005-02-21: Since every set command should be paired
-   with a corresponding show command (i.e., add_setshow_*) this call
-   should not be needed.  Unfortunatly some are not (e.g.,
-   "maintenance <variable> <value>") and those need to be fixed.  */
-extern struct cmd_list_element *deprecated_add_set_cmd (char *name, enum
-                                                       command_class class,
-                                                       var_types var_type, void *var,
-                                                       char *doc,
-                                                       struct cmd_list_element **list);
-
 /* Method for show a set/show variable's VALUE on FILE.  If this
    method isn't supplied deprecated_show_value_hack() is called (which
    is not good).  */
This page took 0.023745 seconds and 4 git commands to generate.