* tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition

of LEN.
This commit is contained in:
Siddhesh Poyarekar 2012-09-17 09:41:12 +00:00
parent 354ecfd5f7
commit deec9a9d32
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
* tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
of LEN.
2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
* m2-valprint.c (m2_print_array_contents): Eliminate variable

View File

@ -895,7 +895,6 @@ tic6x_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
{
int argreg = 0;
int argnum;
int len = 0;
int stack_offset = 4;
int references_offset = 4;
CORE_ADDR func_addr = find_function_addr (function, NULL);