Skip to content

Commit 0901cb3

Browse files
committed
* fix issue warning: ‘scope_dispose_coroutines_and_children’ declared ‘static’ but never defined [-Wunused-function]
98 | static void scope_dispose_coroutines_and_children(async_scope_t *scope);
1 parent 5502014 commit 0901cb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scope.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ async_scope_free_coroutines(async_scope_t *scope)
9595
/// Scope methods
9696
//////////////////////////////////////////////////////////
9797

98-
static void scope_dispose_coroutines_and_children(async_scope_t *scope);
9998
static void callback_resolve_when_zombie_completed(
10099
zend_async_event_t *event, zend_async_event_callback_t *callback, void * result, zend_object *exception
101100
);

0 commit comments

Comments
 (0)