mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 17:45:07 +08:00
Remove redundant template instantiations.
This class is used only in this translation unit, so no need to instantiate them explicitly. llvm-svn: 261951
This commit is contained in:
@@ -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> *);
|
||||
|
||||
Reference in New Issue
Block a user