summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Linker.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Linker.h b/include/llvm/Linker.h
index 6761b8e68e..b199a34cbf 100644
--- a/include/llvm/Linker.h
+++ b/include/llvm/Linker.h
@@ -44,13 +44,6 @@ class Linker {
/// @name Constructors
/// @{
public:
- /// Construct the Linker with an empty module which will be given the
- /// name \p progname. \p progname will also be used for error messages.
- /// @brief Construct with empty module
- Linker(StringRef modulename, ///< name of linker's end-result module
- LLVMContext &C ///< Context for global info
- );
-
/// Construct the Linker with a previously defined module, \p aModule. Use
/// \p progname for the name of the program in error messages.
/// @brief Construct with existing module