Skip to content

Commit bde9b8c

Browse files
committed
Fix rebase error
1 parent 40684cb commit bde9b8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flang/lib/Semantics/check-omp-structure.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2432,8 +2432,6 @@ CHECK_SIMPLE_CLAUSE(Compare, OMPC_compare)
24322432
CHECK_SIMPLE_CLAUSE(CancellationConstructType, OMPC_cancellation_construct_type)
24332433
CHECK_SIMPLE_CLAUSE(Doacross, OMPC_doacross)
24342434
CHECK_SIMPLE_CLAUSE(OmpxAttribute, OMPC_ompx_attribute)
2435-
CHECK_SIMPLE_CLAUSE(OmpxBare, OMPC_ompx_bare)
2436-
CHECK_SIMPLE_CLAUSE(Enter, OMPC_enter)
24372435
CHECK_SIMPLE_CLAUSE(Fail, OMPC_fail)
24382436
CHECK_SIMPLE_CLAUSE(Weak, OMPC_weak)
24392437

0 commit comments

Comments
 (0)