From: Rafael Espindola Date: Mon, 17 Oct 2016 19:25:42 +0000 (+0000) Subject: Delete dead code. X-Git-Tag: llvmorg-4.0.0-rc1~6989 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6d2bafacc8a2fb1056a24bf52ae7044564f9fe8;p=platform%2Fupstream%2Fllvm.git Delete dead code. llvm-svn: 284414 --- diff --git a/llvm/include/llvm/LTO/LTO.h b/llvm/include/llvm/LTO/LTO.h index b2679af..7ef6ee1 100644 --- a/llvm/include/llvm/LTO/LTO.h +++ b/llvm/include/llvm/LTO/LTO.h @@ -251,11 +251,6 @@ public: MemoryBufferRef getMemoryBufferRef() const { return Obj->getMemoryBufferRef(); } - - // FIXME: We should fix lld and not expose this information. - StringMap &getComdatSymbolTable() { - return Obj->getModule().getComdatSymbolTable(); - } }; /// This class wraps an output stream for a native object. Most clients should