aboutsummaryrefslogtreecommitdiff
path: root/gas/write.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-02-17 07:22:22 +0000
committerAlan Modra <amodra@gmail.com>2007-02-17 07:22:22 +0000
commit78b2246cecc84d337989612a3293c522fb392a25 (patch)
treecd6dbea1ae4c486cfcb35b7123a6955368d1f4b3 /gas/write.c
parentb4b24b7937424e5ef89febf6b541248dc9f015be (diff)
downloadfsf-binutils-gdb-78b2246cecc84d337989612a3293c522fb392a25.zip
fsf-binutils-gdb-78b2246cecc84d337989612a3293c522fb392a25.tar.gz
fsf-binutils-gdb-78b2246cecc84d337989612a3293c522fb392a25.tar.bz2
remove unused var
Diffstat (limited to 'gas/write.c')
-rw-r--r--gas/write.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/write.c b/gas/write.c
index 07b9dd7..19da967 100644
--- a/gas/write.c
+++ b/gas/write.c
@@ -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)
{