From eefe576e605babfb4b79cd52576c395302245604 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 21 Feb 2005 07:15:49 +0000 Subject: 2005-02-21 Andrew Cagney * cli/cli-decode.c (add_set_enum_cmd): Delete function. (deprecated_add_show_from_set): Delete function. * command.h (add_set_enum_cmd): Delete declaration. (deprecated_add_show_from_set): Delete declaration. * cli/cli-decode.h (add_set_enum_cmd): Delete declaration. (deprecated_add_show_from_set): Delete declaration. * arm-tdep.c (_initialize_arm_tdep): Update comment. * kod.c (kod_set_os): Simplify. * infrun.c (set_schedlock_func): Simplify. * cli/cli-dump.c (add_dump_command): Update comment. --- gdb/kod.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'gdb/kod.c') diff --git a/gdb/kod.c b/gdb/kod.c index 6d13e1b..7d9f5be 100644 --- a/gdb/kod.c +++ b/gdb/kod.c @@ -134,19 +134,6 @@ kod_set_os (char *arg, int from_tty, struct cmd_list_element *command) { char *p; - /* NOTE: cagney/2002-03-17: The deprecated_add_show_from_set() - function clones the set command passed as a parameter. The clone - operation will include (BUG?) any ``set'' command callback, if - present. Commands like ``info set'' call all the ``show'' - command callbacks. Unfortunately, for ``show'' commands cloned - from ``set'', this includes callbacks belonging to ``set'' - commands. Making this worse, this only occures if - deprecated_add_show_from_set() is called after add_cmd_sfunc() - (BUG?). */ - - if (cmd_type (command) != set_cmd) - return; - /* If we had already had an open OS, close it. */ if (gdb_kod_close) (*gdb_kod_close) (); -- cgit v1.1