diff options
-rw-r--r-- | src/pulp.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -80,9 +80,7 @@ typedef struct pulp_fiber_t { } state; pulp_context_t context; -#ifdef __WIN32__ thunk_t *thunk; -#endif } pulp_fiber_t; typedef struct pulp_fiber_alloc_t { @@ -570,9 +568,7 @@ pulp_fiber_t * pulp_fiber_new(pulp_t *pulp, unsigned delay_ms, thunk_t *thunk) list_move_tail(&fiber->fibers, &pulp->fibers.sleep); } -#ifdef __WIN32__ fiber->thunk = thunk; -#endif return fiber; } |