Remove an obsolete comment.
authorDan Gohman <gohman@apple.com>
Tue, 20 Jul 2010 21:45:17 +0000 (21:45 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 20 Jul 2010 21:45:17 +0000 (21:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108940 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/LLVMContext.h

index 96dbf77a5ae72df25cc4b71d518665dd8fa33745..7cb6579aef661a4168254df8dd0f2f6329279117 100644 (file)
@@ -48,8 +48,7 @@ public:
   unsigned getMDKindID(StringRef Name) const;
   
   /// getMDKindNames - Populate client supplied SmallVector with the name for
-  /// custom metadata IDs registered in this LLVMContext.   ID #0 is not used,
-  /// so it is filled in as an empty string.
+  /// custom metadata IDs registered in this LLVMContext.
   void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
   
   /// setInlineAsmDiagnosticHandler - This method sets a handler that is invoked