diff options
author | Alan Modra <amodra@gmail.com> | 2007-02-17 07:22:22 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-02-17 07:22:22 +0000 |
commit | 78b2246cecc84d337989612a3293c522fb392a25 (patch) | |
tree | cd6dbea1ae4c486cfcb35b7123a6955368d1f4b3 /gas/write.c | |
parent | b4b24b7937424e5ef89febf6b541248dc9f015be (diff) | |
download | gdb-78b2246cecc84d337989612a3293c522fb392a25.zip gdb-78b2246cecc84d337989612a3293c522fb392a25.tar.gz gdb-78b2246cecc84d337989612a3293c522fb392a25.tar.bz2 |
remove unused var
Diffstat (limited to 'gas/write.c')
-rw-r--r-- | gas/write.c | 1 |
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) { |