From 035cd8dd75f96083753b3fe04bf89d76e5d8b044 Mon Sep 17 00:00:00 2001 From: Owen Reynolds Date: Wed, 1 Aug 2018 13:16:48 +0000 Subject: [PATCH] Test Commit Removal of extra line llvm-svn: 338533 --- lld/ELF/Writer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lld/ELF/Writer.cpp b/lld/ELF/Writer.cpp index d3b4116da98b..73a97380b54b 100644 --- a/lld/ELF/Writer.cpp +++ b/lld/ELF/Writer.cpp @@ -521,7 +521,6 @@ static bool shouldKeepInSymtab(SectionBase *Sec, StringRef SymName, if (B.isSection()) return false; - if (Config->Discard == DiscardPolicy::None) return true;