[llvm] r254609 - Delete dead code.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 06:35:18 PST 2015


Author: rafael
Date: Thu Dec  3 08:35:15 2015
New Revision: 254609

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

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

Modified: llvm/trunk/include/llvm/Linker/Linker.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Linker/Linker.h?rev=254609&r1=254608&r2=254609&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Linker/Linker.h (original)
+++ llvm/trunk/include/llvm/Linker/Linker.h Thu Dec  3 08:35:15 2015
@@ -71,8 +71,6 @@ public:
   Linker(Module &M, DiagnosticHandlerFunction DiagnosticHandler);
   Linker(Module &M);
 
-  Module &getModule() const { return Composite; }
-
   /// \brief Link \p Src into the composite. The source is destroyed.
   ///
   /// Passing OverrideSymbols as true will have symbols from Src




More information about the llvm-commits mailing list