2010-05-06 Michael Snyder <msnyder@vmware.com>
* auxv.c (target_auxv_search): Delete unused variable. * blockframe.c (get_frame_block): Delete unused variable. * regcache.c (regcache_cpy): Delete unused variable. (regcache_cpy_no_passthrough): Delete unused variable. * charset.c (wchar_iterate): Delete unused variable. (find_charset_names): Delete unused variable. (_initialize_charset): Delete unused variable. * disasm.c (do_mixed_source_and_assembly): Delete unused variable. * source.c (set_default_source_symtab_and_line): Delete unused variable. (set_substitute_path_command): Delete unused variable. * value.c (preserve_values): Delete unused variable. (value_from_double): Delete unused variable.
This commit is contained in:
parent
0c4c2b4930
commit
8ea1369558
8 changed files with 18 additions and 16 deletions
|
@ -176,8 +176,6 @@ get_current_source_symtab_and_line (void)
|
|||
void
|
||||
set_default_source_symtab_and_line (void)
|
||||
{
|
||||
struct symtab_and_line cursal;
|
||||
|
||||
if (!have_full_symbols () && !have_partial_symbols ())
|
||||
error (_("No symbol table is loaded. Use the \"file\" command."));
|
||||
|
||||
|
@ -1874,7 +1872,6 @@ unset_substitute_path_command (char *args, int from_tty)
|
|||
static void
|
||||
set_substitute_path_command (char *args, int from_tty)
|
||||
{
|
||||
char *from_path, *to_path;
|
||||
char **argv;
|
||||
struct substitute_path_rule *rule;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue