Skip to content

Commit fc053b3

Browse files
committed
Remove duplicate class definition
1 parent e8257fc commit fc053b3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

flang/include/flang/Parser/parse-tree.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3459,14 +3459,6 @@ WRAPPER_CLASS(PauseStmt, std::optional<StopCode>);
34593459
struct OmpClause;
34603460
struct OmpDirectiveSpecification;
34613461

3462-
struct OmpDirectiveSpecification {
3463-
TUPLE_CLASS_BOILERPLATE(OmpDirectiveSpecification);
3464-
std::tuple<llvm::omp::Directive,
3465-
std::optional<common::Indirection<OmpClauseList>>>
3466-
t;
3467-
CharBlock source;
3468-
};
3469-
34703462
// 2.1 Directives or clauses may accept a list or extended-list.
34713463
// A list item is a variable, array section or common block name (enclosed
34723464
// in slashes). An extended list item is a list item or a procedure Name.

0 commit comments

Comments
 (0)