diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2016-04-25 10:18:48 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2016-04-25 10:18:48 +0000 |
commit | c245d842136b85cef6e4aba4dcd4d16ce0668401 (patch) | |
tree | 8cc07138f87c1a6fc01fb148a12d07aeb06e10a2 | |
parent | ed99a96f06d29c7bf3e4a8b5054e6c8fa08410ab (diff) | |
download | bcm5719-llvm-c245d842136b85cef6e4aba4dcd4d16ce0668401.tar.gz bcm5719-llvm-c245d842136b85cef6e4aba4dcd4d16ce0668401.zip |
[ELF] Delete extra line. NFC
llvm-svn: 267391
-rw-r--r-- | lld/ELF/Writer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/Writer.cpp b/lld/ELF/Writer.cpp index 0f82ef62487..c1d191c2065 100644 --- a/lld/ELF/Writer.cpp +++ b/lld/ELF/Writer.cpp @@ -516,7 +516,6 @@ void Writer<ELFT>::scanRelocs(InputSectionBase<ELFT> &C, ArrayRef<RelTy> Rels) { if (Offset == (uintX_t)-1) continue; - // Set "used" bit for --as-needed. if (OrigBody.isUndefined() && !OrigBody.isWeak()) if (auto *S = dyn_cast<SharedSymbol<ELFT>>(&Body)) |