From 21b473d49035480d4ade2b0dd647d9a348aa54ce Mon Sep 17 00:00:00 2001 From: Simon Atanasyan Date: Tue, 2 Feb 2016 09:08:04 +0000 Subject: [PATCH] [ELF] Remove redundant empty line. NFC llvm-svn: 259479 --- lld/ELF/OutputSections.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lld/ELF/OutputSections.cpp b/lld/ELF/OutputSections.cpp index 380f788c..68992bd 100644 --- a/lld/ELF/OutputSections.cpp +++ b/lld/ELF/OutputSections.cpp @@ -600,7 +600,6 @@ template void DynamicSection::finalize() { Out::DynStrTab->finalize(); - if (Out::RelaDyn->hasRelocs()) { bool IsRela = Out::RelaDyn->isRela(); Add({IsRela ? DT_RELA : DT_REL, Out::RelaDyn}); -- 2.7.4