diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2012-09-17 09:41:12 +0000 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2012-09-17 09:41:12 +0000 |
commit | deec9a9d321123dc655802a6d0fade5380d8bfb7 (patch) | |
tree | b3b6c045eea9144a0e5155afa4a533766acd3130 /gdb/tic6x-tdep.c | |
parent | 354ecfd5f7127b2a8aee435e081067d602fb177b (diff) | |
download | gdb-deec9a9d321123dc655802a6d0fade5380d8bfb7.zip gdb-deec9a9d321123dc655802a6d0fade5380d8bfb7.tar.gz gdb-deec9a9d321123dc655802a6d0fade5380d8bfb7.tar.bz2 |
* tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
of LEN.
Diffstat (limited to 'gdb/tic6x-tdep.c')
-rw-r--r-- | gdb/tic6x-tdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/tic6x-tdep.c b/gdb/tic6x-tdep.c index a8d518d..0753386 100644 --- a/gdb/tic6x-tdep.c +++ b/gdb/tic6x-tdep.c @@ -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); |