File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -1564,23 +1564,6 @@ static void jl_set_fiber(jl_ucontext_t *t)
1564
1564
}
1565
1565
#endif
1566
1566
1567
- #if defined(JL_HAVE_ASYNCIFY )
1568
- #if defined(_COMPILER_TSAN_ENABLED_ )
1569
- #error TSAN support not currently implemented for this tasking model
1570
- #endif
1571
-
1572
- static char * jl_alloc_fiber (_jl_ucontext_t * t , size_t * ssize , jl_task_t * owner ) JL_NOTSAFEPOINT
1573
- {
1574
- void * stk = jl_malloc_stack (ssize , owner );
1575
- if (stk == NULL )
1576
- return NULL ;
1577
- t -> stackbottom = stk ;
1578
- t -> stacktop = ((char * )stk ) + * ssize ;
1579
- return (char * )stk ;
1580
- }
1581
- // jl_*_fiber implemented in js
1582
- #endif
1583
-
1584
1567
// Initialize a root task using the given stack.
1585
1568
jl_task_t * jl_init_root_task (jl_ptls_t ptls , void * stack_lo , void * stack_hi )
1586
1569
{
You can’t perform that action at this time.
0 commit comments