fix set but unused variable warnings
[deliverable/binutils-gdb.git] / bfd / hp300hpux.c
index 3ca56429e7b724c9388b95344f3fb48652c3a2bb..7779fef1ec9e39e6a73387c5780ebeae6d5636a3 100644 (file)
@@ -1,6 +1,6 @@
 /* BFD backend for hp-ux 9000/300
    Copyright 1990, 1991, 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002,
-   2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+   2003, 2004, 2005, 2007, 2010 Free Software Foundation, Inc.
    Written by Glenn Engel.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -592,7 +592,6 @@ MY (slurp_symbol_table) (abfd)
   /* OK, now walk the new symtable, caching symbol properties */
   {
     aout_symbol_type *cache_ptr = cached;
-    aout_symbol_type cache_save;
     /* Run through table and copy values */
     for (sym_pointer = syms, cache_ptr = cached;
         sym_pointer < sym_end; sym_pointer++, cache_ptr++)
@@ -606,7 +605,6 @@ MY (slurp_symbol_table) (abfd)
        length = bfd_get_8 (abfd, sym_pointer->e_length);
        cache_ptr->other = length;      /* other not used, save length here */
 
-       cache_save = *cache_ptr;
        convert_sym_type (sym_pointer, cache_ptr, abfd);
        if (!translate_from_native_sym_flags (abfd, cache_ptr))
          return FALSE;
This page took 0.024367 seconds and 4 git commands to generate.