aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-29 07:56:15 +0000
committerChris Lattner <sabre@nondot.org>2009-12-29 07:56:15 +0000
commitb17f65829c44142827e4c3b9a062ee5cc84f566d (patch)
treecb03a93d33df0ca2c4502dfa893f6afa9c202b80 /include
parent44f3d23b60a94f7211acf91e1e951360df71fdf8 (diff)
downloadexternal_llvm-b17f65829c44142827e4c3b9a062ee5cc84f566d.zip
external_llvm-b17f65829c44142827e4c3b9a062ee5cc84f566d.tar.gz
external_llvm-b17f65829c44142827e4c3b9a062ee5cc84f566d.tar.bz2
privatize another interface.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92255 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Metadata.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Metadata.h b/include/llvm/Metadata.h
index b7833a6..c25ce22 100644
--- a/include/llvm/Metadata.h
+++ b/include/llvm/Metadata.h
@@ -221,9 +221,6 @@ public:
/// getMDKindID - Return a unique non-zero ID for the specified metadata kind.
unsigned getMDKindID(StringRef Name) const;
- /// isValidName - Return true if Name is a valid custom metadata handler name.
- static bool isValidName(StringRef Name);
-
/// getMDKindNames - Populate client supplied SmallVector with the name for
/// each custom metadata ID. ID #0 is not used, so it is filled in as empty.
void getMDKindNames(SmallVectorImpl<StringRef> &) const;