summaryrefslogtreecommitdiff
path: root/flang/lib/Semantics/check-coarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'flang/lib/Semantics/check-coarray.h')
-rw-r--r--flang/lib/Semantics/check-coarray.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/flang/lib/Semantics/check-coarray.h b/flang/lib/Semantics/check-coarray.h
index 51d030cbf771..b4ce5b42ad6f 100644
--- a/flang/lib/Semantics/check-coarray.h
+++ b/flang/lib/Semantics/check-coarray.h
@@ -17,8 +17,6 @@ class CharBlock;
class MessageFixedText;
struct ChangeTeamStmt;
struct CoarrayAssociation;
-struct EventPostStmt;
-struct EventWaitStmt;
struct FormTeamStmt;
struct ImageSelector;
struct SyncAllStmt;
@@ -37,8 +35,6 @@ public:
void Leave(const parser::SyncImagesStmt &);
void Leave(const parser::SyncMemoryStmt &);
void Leave(const parser::SyncTeamStmt &);
- void Leave(const parser::EventPostStmt &);
- void Leave(const parser::EventWaitStmt &);
void Leave(const parser::ImageSelector &);
void Leave(const parser::FormTeamStmt &);