diff options
-rw-r--r-- | clang/include/clang/AST/StmtOpenMP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/include/clang/AST/StmtOpenMP.h b/clang/include/clang/AST/StmtOpenMP.h index 6275c5ff586..02e1a6f62d9 100644 --- a/clang/include/clang/AST/StmtOpenMP.h +++ b/clang/include/clang/AST/StmtOpenMP.h @@ -2078,7 +2078,6 @@ public: /// \param StartLoc Starting location of the directive kind. /// \param EndLoc Ending Location of the directive. /// \param Clauses List of clauses. - /// \param AssociatedStmt Statement, associated with the directive. /// static OMPTargetEnterDataDirective *Create(const ASTContext &C, SourceLocation StartLoc, |