mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
* symtab.c (append_expanded_sal): Remove unused local variables.
This commit is contained in:
parent
d4db2f362f
commit
828cd292ea
@ -1,3 +1,7 @@
|
||||
2009-06-11 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* symtab.c (append_expanded_sal): Remove unused local variables.
|
||||
|
||||
2009-06-11 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* infrun.c (sched_multi): New global.
|
||||
|
@ -4502,8 +4502,6 @@ append_expanded_sal (struct symtabs_and_lines *sal,
|
||||
struct symtab *symtab,
|
||||
int lineno, CORE_ADDR pc)
|
||||
{
|
||||
CORE_ADDR func_addr, func_end;
|
||||
|
||||
sal->sals = xrealloc (sal->sals,
|
||||
sizeof (sal->sals[0])
|
||||
* (sal->nelts + 1));
|
||||
|
Loading…
Reference in New Issue
Block a user