diff options
-rw-r--r-- | lld/ELF/LinkerScript.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index 7194fd4ab51..a8e71191562 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp @@ -443,8 +443,3 @@ template bool LinkerScript::shouldKeep(InputSectionBase<ELF32LE> *); template bool LinkerScript::shouldKeep(InputSectionBase<ELF32BE> *); template bool LinkerScript::shouldKeep(InputSectionBase<ELF64LE> *); template bool LinkerScript::shouldKeep(InputSectionBase<ELF64BE> *); - -template bool SectionRule::match(InputSectionBase<ELF32LE> *); -template bool SectionRule::match(InputSectionBase<ELF32BE> *); -template bool SectionRule::match(InputSectionBase<ELF64LE> *); -template bool SectionRule::match(InputSectionBase<ELF64BE> *); |