summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Writer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/Writer.cpp')
-rw-r--r--lld/ELF/Writer.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lld/ELF/Writer.cpp b/lld/ELF/Writer.cpp
index fd74766a4d4..db1586161bc 100644
--- a/lld/ELF/Writer.cpp
+++ b/lld/ELF/Writer.cpp
@@ -1352,11 +1352,6 @@ template <class ELFT> void Writer<ELFT>::fixSectionAlignments() {
}
}
-template <class ELFT, class uintX_t>
-static uintX_t fixFileOff(uintX_t FileOff, uintX_t Align,
- OutputSectionBase<ELFT> *Sec) {
-}
-
// Assign VAs (addresses at run-time) to output sections.
template <class ELFT> void Writer<ELFT>::assignAddresses() {
Out<ELFT>::ElfHeader->setSize(sizeof(Elf_Ehdr));
OpenPOWER on IntegriCloud