Remove a comment obsoleted by r227345.

This commit is contained in:
Jay Foad 2019-11-27 16:04:15 +00:00
parent 939544add9
commit c13c5fea01
1 changed files with 1 additions and 1 deletions

View File

@ -1831,7 +1831,7 @@ void PrintHelpMessage(bool Hidden = false, bool Categorized = false);
//
/// Use this to get a StringMap to all registered named options
/// (e.g. -help). Note \p Map Should be an empty StringMap.
/// (e.g. -help).
///
/// \return A reference to the StringMap used by the cl APIs to parse options.
///