Skip to content

Commit eaa3947

Browse files
committed
[NFC] Remove unused type alias in OpenACC
Leftover from a previous commit, this ends up not being used, so remove it.
1 parent 2996cb7 commit eaa3947

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/include/clang/Parse/Parser.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3611,9 +3611,6 @@ class Parser : public CodeCompletionHandler {
36113611
OpenACCClauseParseResult OpenACCCannotContinue();
36123612
OpenACCClauseParseResult OpenACCSuccess(OpenACCClause *Clause);
36133613

3614-
using OpenACCConditionExprParseResult =
3615-
std::pair<ExprResult, OpenACCParseCanContinue>;
3616-
36173614
/// Parses the OpenACC directive (the entire pragma) including the clause
36183615
/// list, but does not produce the main AST node.
36193616
OpenACCDirectiveParseInfo ParseOpenACCDirective();

0 commit comments

Comments
 (0)