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 {
39
39
}
40
40
41
41
MAKE_CONSTR_ID (OpenMPDeclarativeAllocate, D::OMPD_allocate);
42
- MAKE_CONSTR_ID (OpenMPDeclareReductionConstruct, D::OMPD_declare_reduction);
43
42
MAKE_CONSTR_ID (OpenMPExecutableAllocate, D::OMPD_allocate);
44
43
45
44
#undef MAKE_CONSTR_ID
@@ -92,7 +91,6 @@ struct DirectiveNameScope {
92
91
if constexpr (std::is_base_of_v<OmpBlockConstruct, T>) {
93
92
return std::get<OmpBeginDirective>(x.t ).DirName ();
94
93
} else if constexpr (std::is_same_v<T, OpenMPDeclarativeAllocate> ||
95
- std::is_same_v<T, OpenMPDeclareReductionConstruct> ||
96
94
std::is_same_v<T, OpenMPExecutableAllocate>) {
97
95
return MakeName (std::get<Verbatim>(x.t ).source , ConstructId<T>::id);
98
96
} else {
You can’t perform that action at this time.
0 commit comments