diff options
Diffstat (limited to 'lld/ELF/LinkerScript.h')
-rw-r--r-- | lld/ELF/LinkerScript.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/LinkerScript.h b/lld/ELF/LinkerScript.h index c67ab1fc317..309599b7df9 100644 --- a/lld/ELF/LinkerScript.h +++ b/lld/ELF/LinkerScript.h @@ -72,8 +72,6 @@ public: bool DoLayout = false; private: - template <class ELFT> - void fixupLocations(std::vector<OutputSectionBase<ELFT> *> &); uint64_t evaluate(std::vector<StringRef> &Tokens, uint64_t LocCounter); template <class ELFT> SectionRule *find(InputSectionBase<ELFT> *S); |