remove unused var
authorAlan Modra <amodra@gmail.com>
Sat, 17 Feb 2007 07:22:22 +0000 (07:22 +0000)
committerAlan Modra <amodra@gmail.com>
Sat, 17 Feb 2007 07:22:22 +0000 (07:22 +0000)
gas/write.c

index 07b9dd7391e58c4b20e0c1491fde88dbe975f79c..19da9678154f49db226b632dc7c95d33acf938dd 100644 (file)
@@ -1017,7 +1017,6 @@ write_relocs (bfd *abfd, asection *sec, void *xxx ATTRIBUTE_UNUSED)
     {
       arelent *reloc;
       bfd_reloc_status_type s;
-      symbolS *sym;
 
       if (fixp->fx_done)
        {
This page took 0.025787 seconds and 4 git commands to generate.