forked from Imagelibrary/binutils-gdb
2003-09-20 Andrew Cagney <cagney@redhat.com>
* breakpoint.c: Eliminate ARGSUSED. * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto. * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto. * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto. * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto. * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto. * remote.c, sol-thread.c, source.c, stabsread.c: Ditto. * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto. * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto. * wince.c, remote-vx.c: Ditto.
This commit is contained in:
@@ -942,7 +942,6 @@ print_command_1 (char *exp, int inspect, int voidprint)
|
||||
inspect_it = 0; /* Reset print routines to normal */
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
static void
|
||||
print_command (char *exp, int from_tty)
|
||||
{
|
||||
@@ -950,7 +949,6 @@ print_command (char *exp, int from_tty)
|
||||
}
|
||||
|
||||
/* Same as print, except in epoch, it gets its own window */
|
||||
/* ARGSUSED */
|
||||
static void
|
||||
inspect_command (char *exp, int from_tty)
|
||||
{
|
||||
@@ -960,14 +958,12 @@ inspect_command (char *exp, int from_tty)
|
||||
}
|
||||
|
||||
/* Same as print, except it doesn't print void results. */
|
||||
/* ARGSUSED */
|
||||
static void
|
||||
call_command (char *exp, int from_tty)
|
||||
{
|
||||
print_command_1 (exp, 0, 0);
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
void
|
||||
output_command (char *exp, int from_tty)
|
||||
{
|
||||
@@ -1002,7 +998,6 @@ output_command (char *exp, int from_tty)
|
||||
do_cleanups (old_chain);
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
static void
|
||||
set_command (char *exp, int from_tty)
|
||||
{
|
||||
@@ -1013,7 +1008,6 @@ set_command (char *exp, int from_tty)
|
||||
do_cleanups (old_chain);
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
static void
|
||||
sym_info (char *arg, int from_tty)
|
||||
{
|
||||
@@ -1058,7 +1052,6 @@ sym_info (char *arg, int from_tty)
|
||||
printf_filtered ("No symbol matches %s.\n", arg);
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
static void
|
||||
address_info (char *exp, int from_tty)
|
||||
{
|
||||
@@ -1694,7 +1687,6 @@ enable_display (char *args, int from_tty)
|
||||
}
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
static void
|
||||
disable_display_command (char *args, int from_tty)
|
||||
{
|
||||
@@ -1737,7 +1729,6 @@ print_variable_value (struct symbol *var, struct frame_info *frame,
|
||||
value_print (val, stream, 0, Val_pretty_default);
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
static void
|
||||
printf_command (char *arg, int from_tty)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user