Skip to content

Commit 4fa7584

Browse files
committed
Fix rebase error
1 parent 6a0de6a commit 4fa7584

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
@@ -2882,8 +2882,6 @@ CHECK_SIMPLE_CLAUSE(Align, OMPC_align)
28822882
CHECK_SIMPLE_CLAUSE(Compare, OMPC_compare)
28832883
CHECK_SIMPLE_CLAUSE(CancellationConstructType, OMPC_cancellation_construct_type)
28842884
CHECK_SIMPLE_CLAUSE(OmpxAttribute, OMPC_ompx_attribute)
2885-
CHECK_SIMPLE_CLAUSE(OmpxBare, OMPC_ompx_bare)
2886-
CHECK_SIMPLE_CLAUSE(Enter, OMPC_enter)
28872885
CHECK_SIMPLE_CLAUSE(Fail, OMPC_fail)
28882886
CHECK_SIMPLE_CLAUSE(Weak, OMPC_weak)
28892887

0 commit comments

Comments
 (0)