From: Dan Gohman Date: Wed, 21 Jul 2010 17:21:27 +0000 (+0000) Subject: Delete an obsolete comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=45953215210ad06a3901b026bdee1d4352294407;p=oota-llvm.git Delete an obsolete comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109017 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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; /// @}