Skip to content

Commit 4cb2362

Browse files
committed
[Concurrency] Remove spurious printf().
Remove a printf() I'd added for debugging. rdar://141348916
1 parent 659b472 commit 4cb2362

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/SILGen/SILGenFunction.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,8 +1470,6 @@ void SILGenFunction::emitAsyncMainThreadStart(SILDeclRef entryPoint) {
14701470

14711471
// If we're using a new enough deployment target, call swift_createExecutors()
14721472
if (ctx.LangOpts.ExecutorFactory) {
1473-
printf("Executor factory is %s\n", ctx.LangOpts.ExecutorFactory->c_str());
1474-
14751473
if (!isCreateExecutorsFunctionAvailable(SGM)) {
14761474
ctx.Diags.diagnose(SourceLoc(), diag::executor_factory_not_supported);
14771475
} else {

0 commit comments

Comments
 (0)