Remove extra \brief comment, NFC

llvm-svn: 242271
This commit is contained in:
Alexey Bataev 2015-07-15 07:48:02 +00:00
parent 096e8b0995
commit 23a9afec36
1 changed files with 0 additions and 1 deletions

View File

@ -7698,7 +7698,6 @@ private:
ExprResult VerifyPositiveIntegerConstantInClause(Expr *Op,
OpenMPClauseKind CKind);
public:
/// \brief Check if the specified variable is used in a private clause in
/// Checks if the specified variable is used in one of the private
/// clauses in OpenMP constructs.
bool IsOpenMPCapturedVar(VarDecl *VD);