Skip to content

Commit 5902d2b

Browse files
committed
* remove static zend_function main_coroutine_root_function = { ZEND_INTERNAL_FUNCTION };
1 parent e78296e commit 5902d2b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scheduler.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
#include "zend_common.h"
2525
#include "zend_observer.h"
2626

27-
static zend_function main_coroutine_root_function = { ZEND_INTERNAL_FUNCTION };
28-
2927
void async_scheduler_startup(void)
3028
{
3129
}

0 commit comments

Comments
 (0)