diff options
author | Alan Modra <amodra@gmail.com> | 2007-02-17 07:25:49 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-02-17 07:25:49 +0000 |
commit | b75f21e18fbea7b74eb0caba14c9f7d2def556a4 (patch) | |
tree | 146909eb136d4a3397db04141f64734998487a52 | |
parent | 78b2246cecc84d337989612a3293c522fb392a25 (diff) | |
download | binutils-b75f21e18fbea7b74eb0caba14c9f7d2def556a4.zip binutils-b75f21e18fbea7b74eb0caba14c9f7d2def556a4.tar.gz binutils-b75f21e18fbea7b74eb0caba14c9f7d2def556a4.tar.bz2 |
remove unused var
-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 19da967..afce604 100644 --- a/gas/write.c +++ b/gas/write.c @@ -1070,7 +1070,6 @@ write_relocs (bfd *abfd, asection *sec, void *xxx ATTRIBUTE_UNUSED) { arelent **reloc; bfd_reloc_status_type s; - symbolS *sym; int j; if (fixp->fx_done) |