From 77fda3c4aaa3ec79aaead302dd5640fd57b5f369 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 21 Jul 2010 17:21:27 +0000 Subject: [PATCH] Delete an obsolete comment. llvm-svn: 109017 --- include/llvm/Module.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/llvm/Module.h b/include/llvm/Module.h index 5fc0418759a..9b7cd4c88d7 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -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 &Result) const; /// @}