[lld] r336791 - Remove dead code.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 11 04:52:13 PDT 2018


Author: ruiu
Date: Wed Jul 11 04:52:13 2018
New Revision: 336791

URL: http://llvm.org/viewvc/llvm-project?rev=336791&view=rev
Log:
Remove dead code.

Modified:
    lld/trunk/ELF/SyntheticSections.h

Modified: lld/trunk/ELF/SyntheticSections.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/SyntheticSections.h?rev=336791&r1=336790&r2=336791&view=diff
==============================================================================
--- lld/trunk/ELF/SyntheticSections.h (original)
+++ lld/trunk/ELF/SyntheticSections.h Wed Jul 11 04:52:13 2018
@@ -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.




More information about the llvm-commits mailing list