Skip to content

Commit 8bb49dd

Browse files
committed
async: drop verbose comment at scheduler launch — the guard and macro name say it
1 parent 1c2bc5a commit 8bb49dd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

main/main.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2657,9 +2657,6 @@ PHPAPI bool php_execute_script_ex(zend_file_handle *primary_file, zval *retval)
26572657
zend_set_timeout(zend_ini_long_literal("max_execution_time"), false);
26582658
}
26592659

2660-
/* The scheduler is not lazy: it always starts right before the
2661-
* script code runs. A no-op until a scheduler module has
2662-
* registered itself. */
26632660
if (ZEND_ASYNC_IS_READY) {
26642661
ZEND_ASYNC_SCHEDULER_LAUNCH();
26652662
}

0 commit comments

Comments
 (0)