llvm-config.cpp: Prune an obsolete \param. [-Wdocumentation]
[oota-llvm.git] / tools / llvm-config / llvm-config.cpp
index c47f43700493b4bb37c50d0d0c841f85c95a3b4d..d086f4951c10f41d0d384a42aad40908c61dbde2 100644 (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.