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

include/llvm/Module.h

index 5fc0418759af064af442346ddf1b0dd5dcc153b0..9b7cd4c88d768c3039b2b040d7b9b9eb50bb15ae 100644 (file)
@@ -237,8 +237,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;
 
 /// @}