Skip to content

Commit e96f543

Browse files
committed
Remove std::optional from the Expr member
Not needed
1 parent bab121f commit e96f543

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4443,8 +4443,7 @@ struct OmpGraphIdClause {
44434443
// graph_reset-clause ->
44444444
// GRAPH_RESET[(graph-reset-expression)] // since 6.0
44454445
struct OmpGraphResetClause {
4446-
WRAPPER_CLASS_BOILERPLATE(
4447-
OmpGraphResetClause, std::optional<common::Indirection<Expr>>);
4446+
WRAPPER_CLASS_BOILERPLATE(OmpGraphResetClause, common::Indirection<Expr>);
44484447
};
44494448

44504449
// Ref: [5.0:234-242], [5.1:266-275], [5.2:299], [6.0:472-473]

0 commit comments

Comments
 (0)