]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* symtab.c (append_expanded_sal): Remove unused local variables.
authorPedro Alves <palves@redhat.com>
Thu, 11 Jun 2009 14:24:24 +0000 (14:24 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 11 Jun 2009 14:24:24 +0000 (14:24 +0000)
gdb/ChangeLog
gdb/symtab.c

index b296122a04c3eae4cd08a4529191b3830d1bd04d..030d14e186b003d42d1accd946ac059ef8e8bd8a 100644 (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.
index 5d375abaa94fecd88a8467992bead61b8d5e6c1a..3a82d33c35431db71109f9bf1a7bbf62bbffe417 100644 (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));