[lld] r194364 - Delete unused constructor.

Rui Ueyama ruiu at google.com
Sun Nov 10 21:03:31 PST 2013


Author: ruiu
Date: Sun Nov 10 23:03:31 2013
New Revision: 194364

URL: http://llvm.org/viewvc/llvm-project?rev=194364&view=rev
Log:
Delete unused constructor.

Modified:
    lld/trunk/lib/ReaderWriter/ELF/SectionChunks.h

Modified: lld/trunk/lib/ReaderWriter/ELF/SectionChunks.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/ELF/SectionChunks.h?rev=194364&r1=194363&r2=194364&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/ELF/SectionChunks.h (original)
+++ lld/trunk/lib/ReaderWriter/ELF/SectionChunks.h Sun Nov 10 23:03:31 2013
@@ -615,7 +615,6 @@ class SymbolTable : public Section<ELFT>
     SymbolEntry(const Atom *a, const Elf_Sym &sym,
                 const lld::AtomLayout *layout)
         : _atom(a), _atomLayout(layout), _symbol(sym) {}
-    SymbolEntry() : _atom(nullptr) {}
 
     const Atom *_atom;
     const lld::AtomLayout *_atomLayout;





More information about the llvm-commits mailing list