diff options
Diffstat (limited to 'lib/VMCore/Constants.cpp')
-rw-r--r-- | lib/VMCore/Constants.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp index 2eb7339..db40592 100644 --- a/lib/VMCore/Constants.cpp +++ b/lib/VMCore/Constants.cpp @@ -1323,18 +1323,6 @@ void UndefValue::destroyConstant() { destroyConstantImpl(); } -//---- MDString::get() implementation -// - -MDString::MDString(const char *begin, const char *end) - : Constant(Type::MetadataTy, MDStringVal, 0, 0), - StrBegin(begin), StrEnd(end) {} - -void MDString::destroyConstant() { - getType()->getContext().erase(this); - destroyConstantImpl(); -} - //---- MDNode::get() implementation // |