diff options
author | Rui Ueyama <ruiu@google.com> | 2018-07-11 11:52:13 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2018-07-11 11:52:13 +0000 |
commit | eca0e633d19867acec6fd112113057092387790b (patch) | |
tree | da52d28b228a4e2c12ceb050a9df736908ed100b | |
parent | d29c0391194b63c87e877dbf4e708a17f469c5ac (diff) | |
download | llvm-eca0e633d19867acec6fd112113057092387790b.zip llvm-eca0e633d19867acec6fd112113057092387790b.tar.gz llvm-eca0e633d19867acec6fd112113057092387790b.tar.bz2 |
Remove dead code.
llvm-svn: 336791
-rw-r--r-- | lld/ELF/SyntheticSections.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/SyntheticSections.h b/lld/ELF/SyntheticSections.h index 01e01fa7..2901ae2 100644 --- a/lld/ELF/SyntheticSections.h +++ b/lld/ELF/SyntheticSections.h @@ -713,8 +713,6 @@ private: size_t Size; }; -template <class ELFT> GdbIndexSection *createGdbIndex(); - // --eh-frame-hdr option tells linker to construct a header for all the // .eh_frame sections. This header is placed to a section named .eh_frame_hdr // and also to a PT_GNU_EH_FRAME segment. |