Removed another dead code. NFC.

llvm-svn: 268505
This commit is contained in:
George Rimar 2016-05-04 15:04:08 +00:00
parent b97c06210b
commit 5ed31e2f58
1 changed files with 0 additions and 3 deletions

View File

@ -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;