[llvm] r284414 - Delete dead code.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 12:25:42 PDT 2016


Author: rafael
Date: Mon Oct 17 14:25:42 2016
New Revision: 284414

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

Modified:
    llvm/trunk/include/llvm/LTO/LTO.h

Modified: llvm/trunk/include/llvm/LTO/LTO.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/LTO/LTO.h?rev=284414&r1=284413&r2=284414&view=diff
==============================================================================
--- llvm/trunk/include/llvm/LTO/LTO.h (original)
+++ llvm/trunk/include/llvm/LTO/LTO.h Mon Oct 17 14:25:42 2016
@@ -251,11 +251,6 @@ public:
   MemoryBufferRef getMemoryBufferRef() const {
     return Obj->getMemoryBufferRef();
   }
-
-  // FIXME: We should fix lld and not expose this information.
-  StringMap<Comdat> &getComdatSymbolTable() {
-    return Obj->getModule().getComdatSymbolTable();
-  }
 };
 
 /// This class wraps an output stream for a native object. Most clients should




More information about the llvm-commits mailing list