Skip to content

Commit f186576

Browse files
author
Sunil Kuravinakop
committed
Removed unused statements.
1 parent d23c523 commit f186576

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/lib/Sema/SemaOpenMP.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4287,9 +4287,6 @@ getDispatchRegionParams(Sema &SemaRef) {
42874287
ASTContext &Context = SemaRef.getASTContext();
42884288
SmallVector<SemaOpenMP::CapturedParamNameType> Params;
42894289

4290-
// QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict();
4291-
// Params.push_back(std::make_pair(StringRef(), VoidPtrTy));
4292-
42934290
Params.push_back(std::make_pair(StringRef(), QualType()));
42944291
return Params;
42954292
}

0 commit comments

Comments
 (0)