Skip to content

Commit e431a46

Browse files
committed
Remove unused function
1 parent b34872e commit e431a46

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Zend/zend_fibers.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,6 @@ void zend_fiber_stack_free(zend_fiber_stack *stack) /* {{{ */
196196
}
197197
/* }}} */
198198

199-
const char *zend_fiber_backend_info(void) /* {{{ */
200-
{
201-
return "assembler (boost.context v1.76.0)";
202-
}
203-
/* }}} */
204-
205199
static ZEND_NORETURN void zend_fiber_trampoline(transfer_t transfer) /* {{{ */
206200
{
207201
zend_fiber_context *context = transfer.data;

Zend/zend_fibers.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ static const zend_uchar ZEND_FIBER_STATUS_SHUTDOWN = 0x10;
9696

9797
static const zend_uchar ZEND_FIBER_STATUS_FINISHED = 0x1c;
9898

99-
const char *zend_fiber_backend_info(void);
100-
10199
ZEND_API zend_bool zend_fiber_init_context(zend_fiber_context *context, zend_fiber_coroutine coroutine, size_t stack_size);
102100
ZEND_API void zend_fiber_destroy_context(zend_fiber_context *context);
103101

0 commit comments

Comments
 (0)