llvm-config.cpp: Prune an obsolete \param. [-Wdocumentation]

llvm-svn: 252762
This commit is contained in:
NAKAMURA Takumi 2015-11-11 17:50:20 +00:00
parent 3b2ab0332b
commit 42e9922d98

View File

@ -102,8 +102,6 @@ static void VisitComponent(StringRef Name,
/// appear prior to their dependencies).
///
/// \param Components - The names of the components to find libraries for.
/// \param RequiredLibs [out] - On return, the ordered list of libraries that
/// are required to link the given components.
/// \param IncludeNonInstalled - Whether non-installed components should be
/// reported.
/// \param GetComponentNames - True if one would prefer the component names.