diff --git a/clang/include/clang/Parse/Parser.h b/clang/include/clang/Parse/Parser.h index db90d38c7dacf8..c719218731c35b 100644 --- a/clang/include/clang/Parse/Parser.h +++ b/clang/include/clang/Parse/Parser.h @@ -3611,9 +3611,6 @@ class Parser : public CodeCompletionHandler { OpenACCClauseParseResult OpenACCCannotContinue(); OpenACCClauseParseResult OpenACCSuccess(OpenACCClause *Clause); - using OpenACCConditionExprParseResult = - std::pair; - /// Parses the OpenACC directive (the entire pragma) including the clause /// list, but does not produce the main AST node. OpenACCDirectiveParseInfo ParseOpenACCDirective();