summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/ELF/LinkerScript.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/ELF/LinkerScript.h b/lld/ELF/LinkerScript.h
index 27abb4252e4..95f9f135903 100644
--- a/lld/ELF/LinkerScript.h
+++ b/lld/ELF/LinkerScript.h
@@ -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;
OpenPOWER on IntegriCloud