Skip to content

Commit f98718c

Browse files
committed
Remove leftover unused variable from #128711
1 parent 186ae8c commit f98718c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/CodeGen/CGOpenMPRuntime.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1847,7 +1847,6 @@ void CGOpenMPRuntime::emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc,
18471847
auto &&ThenGen = [&M, OutlinedFn, CapturedVars, RTLoc,
18481848
this](CodeGenFunction &CGF, PrePostActionTy &) {
18491849
// Build call __kmpc_fork_call(loc, n, microtask, var1, .., varn);
1850-
CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime();
18511850
llvm::Value *Args[] = {
18521851
RTLoc,
18531852
CGF.Builder.getInt32(CapturedVars.size()), // Number of captured vars

0 commit comments

Comments
 (0)