Skip to content

Commit 404987d

Browse files
committed
Remove a dump statement from IRGen
1 parent b51c0ea commit 404987d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/IRGen/GenConcurrency.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ llvm::Value *irgen::emitBuiltinStartAsyncLet(IRGenFunction &IGF,
191191
auto futureResultTypeMetadata = IGF.emitAbstractTypeMetadataRef(futureResultType);
192192

193193
// This is @_silgen_name("swift_asyncLet_start")
194-
IGF.IGM.getAsyncLetStartFn()->dump();
195194
auto *call = IGF.Builder.CreateCall(IGF.IGM.getAsyncLetStartFn(),
196195
{alet,
197196
taskOptions,

0 commit comments

Comments
 (0)