* symtab.c (append_expanded_sal): Remove unused local variables.

This commit is contained in:
Pedro Alves 2009-06-11 14:24:24 +00:00
parent d4db2f362f
commit 828cd292ea
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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));