summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/lib/Parse/ParseExpr.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Parse/ParseExpr.cpp b/clang/lib/Parse/ParseExpr.cpp
index 067a77a592f..1442df046bb 100644
--- a/clang/lib/Parse/ParseExpr.cpp
+++ b/clang/lib/Parse/ParseExpr.cpp
@@ -246,8 +246,6 @@ ExprResult Parser::ParseConstraintExpression() {
/// \brief Parse a constraint-logical-and-expression.
///
-/// \param RightMostExpr If provided, will receive the right-most atomic
-/// constraint that was parsed.
/// \verbatim
/// C++2a[temp.constr.decl]p1
/// constraint-logical-and-expression:
OpenPOWER on IntegriCloud