[lld] r268505 - Removed another dead code. NFC.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 08:04:08 PDT 2016


Author: grimar
Date: Wed May  4 10:04:08 2016
New Revision: 268505

URL: http://llvm.org/viewvc/llvm-project?rev=268505&view=rev
Log:
Removed another dead code. NFC.

Modified:
    lld/trunk/ELF/LinkerScript.h

Modified: lld/trunk/ELF/LinkerScript.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/LinkerScript.h?rev=268505&r1=268504&r2=268505&view=diff
==============================================================================
--- lld/trunk/ELF/LinkerScript.h (original)
+++ lld/trunk/ELF/LinkerScript.h Wed May  4 10:04:08 2016
@@ -32,9 +32,6 @@ struct SectionRule {
   SectionRule(StringRef D, StringRef S)
       : Dest(D), SectionPattern(S) {}
 
-  // Returns true if S should be in Dest section.
-  template <class ELFT> bool match(InputSectionBase<ELFT> *S);
-
   StringRef Dest;
 
   StringRef SectionPattern;




More information about the llvm-commits mailing list