diff options
| author | Rui Ueyama <ruiu@google.com> | 2016-04-01 17:17:14 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2016-04-01 17:17:14 +0000 |
| commit | 8ecc2ec0e3623dba3f540a73f876ed749f510178 (patch) | |
| tree | 9169a1be86b03ffa085d006c510c35e4dcb63115 | |
| parent | a63baf176f119d5db2c7e5195042ff7fae721f72 (diff) | |
| download | bcm5719-llvm-8ecc2ec0e3623dba3f540a73f876ed749f510178.tar.gz bcm5719-llvm-8ecc2ec0e3623dba3f540a73f876ed749f510178.zip | |
Remove dead code.
Thanks to George Rimor for pointing it out.
llvm-svn: 265155
| -rw-r--r-- | lld/ELF/Writer.cpp | 5 |
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)); |

