aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VMCore/Module.cpp')
-rw-r--r--lib/VMCore/Module.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/VMCore/Module.cpp b/lib/VMCore/Module.cpp
index 510f3d5bd7..503e708917 100644
--- a/lib/VMCore/Module.cpp
+++ b/lib/VMCore/Module.cpp
@@ -325,12 +325,6 @@ NamedMDNode *Module::getOrInsertNamedMetadata(StringRef Name) {
return NMD;
}
-/// addMDNodeName - Insert an entry in the NamedMDNode symbol table mapping
-/// Name to NMD.
-void Module::addMDNodeName(StringRef Name, NamedMDNode *NMD) {
- NamedMDSymTab->insert(Name, NMD);
-}
-
//===----------------------------------------------------------------------===//
// Methods for easy access to the types in the module.
//