diff options
-rw-r--r-- | lib/Parse/ParseExprCXX.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Parse/ParseExprCXX.cpp b/lib/Parse/ParseExprCXX.cpp index 00f20e5e7b..8a6626b9f1 100644 --- a/lib/Parse/ParseExprCXX.cpp +++ b/lib/Parse/ParseExprCXX.cpp @@ -1729,9 +1729,6 @@ Parser::ParseCXXTypeConstructExpression(const DeclSpec &DS) { /// \param Loc The location of the start of the statement that requires this /// condition, e.g., the "for" in a for loop. /// -/// \param ConvertToBoolean Whether the condition expression should be -/// converted to a boolean value. -/// /// \returns The parsed condition. Sema::ConditionResult Parser::ParseCXXCondition(SourceLocation Loc, Sema::ConditionKind CK) { |