2010-05-05 Michael Snyder <msnyder@vmware.com>
* cli-dump.c (dump_memory_to_file): Delete unused variable. (restore_binary_file): Delete unused variable. * cli-decode.c (deprecated_cmd_warning): Delete unused variables. * cli-script.c (define_command): Delete unused variables. (recurse_read_control_structure): Delete unused variable. (script_from_file): Delete unused variable. * cli-cmds.c (complete_command): Delete unused variable. (disassemble_command): Delete unused variable.
This commit is contained in:
parent
9128a50386
commit
d36fc00bca
5 changed files with 26 additions and 10 deletions
|
@ -255,7 +255,6 @@ compare_strings (const void *arg1, const void *arg2)
|
|||
static void
|
||||
complete_command (char *arg, int from_tty)
|
||||
{
|
||||
int i;
|
||||
int argpoint;
|
||||
char **completions, *point, *arg_prefix;
|
||||
|
||||
|
@ -1117,7 +1116,7 @@ disassemble_command (char *arg, int from_tty)
|
|||
struct gdbarch *gdbarch = get_current_arch ();
|
||||
CORE_ADDR low, high;
|
||||
char *name;
|
||||
CORE_ADDR pc, pc_masked;
|
||||
CORE_ADDR pc;
|
||||
int flags;
|
||||
|
||||
name = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue