2010-05-05 Michael Snyder <msnyder@vmware.com>
* corelow.c (core_xfer_partial): Delete unused variables.
This commit is contained in:
parent
1cd337a56b
commit
789d24f07f
@ -1,5 +1,7 @@
|
||||
2010-05-05 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* corelow.c (core_xfer_partial): Delete unused variables.
|
||||
|
||||
* solib-svr4.c (find_program_interpreter): Delete unused variable.
|
||||
(svr4_solib_create_inferior_hook): Add ifdef around
|
||||
conditionally-used variable declarations.
|
||||
|
@ -690,7 +690,6 @@ core_xfer_partial (struct target_ops *ops, enum target_object object,
|
||||
|
||||
struct bfd_section *section;
|
||||
bfd_size_type size;
|
||||
char *contents;
|
||||
|
||||
section = bfd_get_section_by_name (core_bfd, ".auxv");
|
||||
if (section == NULL)
|
||||
@ -722,7 +721,6 @@ core_xfer_partial (struct target_ops *ops, enum target_object object,
|
||||
|
||||
struct bfd_section *section;
|
||||
bfd_size_type size;
|
||||
char *contents;
|
||||
|
||||
section = bfd_get_section_by_name (core_bfd, ".wcookie");
|
||||
if (section == NULL)
|
||||
@ -766,7 +764,6 @@ core_xfer_partial (struct target_ops *ops, enum target_object object,
|
||||
|
||||
struct bfd_section *section;
|
||||
bfd_size_type size;
|
||||
char *contents;
|
||||
|
||||
char sectionstr[100];
|
||||
xsnprintf (sectionstr, sizeof sectionstr, "SPU/%s", annex);
|
||||
|
Loading…
x
Reference in New Issue
Block a user