File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
flang/include/flang/Parser Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ struct ConstructId {
3939 }
4040
4141MAKE_CONSTR_ID (OpenMPDeclarativeAllocate, D::OMPD_allocate);
42- MAKE_CONSTR_ID (OpenMPDeclareReductionConstruct, D::OMPD_declare_reduction);
4342MAKE_CONSTR_ID (OpenMPExecutableAllocate, D::OMPD_allocate);
4443
4544#undef MAKE_CONSTR_ID
@@ -92,7 +91,6 @@ struct DirectiveNameScope {
9291 if constexpr (std::is_base_of_v<OmpBlockConstruct, T>) {
9392 return std::get<OmpBeginDirective>(x.t ).DirName ();
9493 } else if constexpr (std::is_same_v<T, OpenMPDeclarativeAllocate> ||
95- std::is_same_v<T, OpenMPDeclareReductionConstruct> ||
9694 std::is_same_v<T, OpenMPExecutableAllocate>) {
9795 return MakeName (std::get<Verbatim>(x.t ).source , ConstructId<T>::id);
9896 } else {
You can’t perform that action at this time.
0 commit comments