summaryrefslogtreecommitdiff
path: root/gas/write.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-02-17 07:22:22 +0000
committerAlan Modra <amodra@bigpond.net.au>2007-02-17 07:22:22 +0000
commitb5e56b8d4bc3d819c6503eea6e4903f3fed0b4fb (patch)
treea591161d0ffb42a0ad6f0ba017542116d0deedd3 /gas/write.c
parent4d077ac8363442073a0210b9bb0f2ec42ed87029 (diff)
downloadbinutils-redhat-b5e56b8d4bc3d819c6503eea6e4903f3fed0b4fb.tar.gz
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 07b9dd7391..19da967815 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)
{