aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2018-07-11 11:52:13 +0000
committerRui Ueyama <ruiu@google.com>2018-07-11 11:52:13 +0000
commiteca0e633d19867acec6fd112113057092387790b (patch)
treeda52d28b228a4e2c12ceb050a9df736908ed100b
parentd29c0391194b63c87e877dbf4e708a17f469c5ac (diff)
downloadllvm-eca0e633d19867acec6fd112113057092387790b.zip
llvm-eca0e633d19867acec6fd112113057092387790b.tar.gz
llvm-eca0e633d19867acec6fd112113057092387790b.tar.bz2
Remove dead code.
llvm-svn: 336791
-rw-r--r--lld/ELF/SyntheticSections.h2
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.