Remove dead code.
authorRui Ueyama <ruiu@google.com>
Wed, 11 Jul 2018 11:52:13 +0000 (11:52 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 11 Jul 2018 11:52:13 +0000 (11:52 +0000)
llvm-svn: 336791

lld/ELF/SyntheticSections.h

index 01e01fa..2901ae2 100644 (file)
@@ -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.