[LTO] Remove dead code.
authorDavide Italiano <davide@freebsd.org>
Wed, 23 Mar 2016 02:45:53 +0000 (02:45 +0000)
committerDavide Italiano <davide@freebsd.org>
Wed, 23 Mar 2016 02:45:53 +0000 (02:45 +0000)
llvm-svn: 264133

lld/ELF/SymbolTable.h

index b67c5e0..ab809c0 100644 (file)
@@ -75,8 +75,6 @@ private:
   std::unique_ptr<InputFile> codegen(llvm::Module &M);
   std::string conflictMsg(SymbolBody *Old, SymbolBody *New);
 
-  ObjectFile<ELFT> *createCombinedLtoObject();
-
   // The order the global symbols are in is not defined. We can use an arbitrary
   // order, but it has to be reproducible. That is true even when cross linking.
   // The default hashing of StringRef produces different results on 32 and 64