summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2016-03-23 02:45:53 +0000
committerDavide Italiano <davide@freebsd.org>2016-03-23 02:45:53 +0000
commit7cd8e65187565b931c986fa9e725a1e5abe0dcf7 (patch)
tree214964dd4bdae985858db4ecaaddd479c2013bfe
parent6da4c20f7daa6b42205c4642d7672b0c5015ed8f (diff)
downloadbcm5719-llvm-7cd8e65187565b931c986fa9e725a1e5abe0dcf7.tar.gz
bcm5719-llvm-7cd8e65187565b931c986fa9e725a1e5abe0dcf7.zip
[LTO] Remove dead code.
llvm-svn: 264133
-rw-r--r--lld/ELF/SymbolTable.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/SymbolTable.h b/lld/ELF/SymbolTable.h
index b67c5e04288..ab809c0c008 100644
--- a/lld/ELF/SymbolTable.h
+++ b/lld/ELF/SymbolTable.h
@@ -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
OpenPOWER on IntegriCloud