summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pulp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pulp.c b/src/pulp.c
index 7972dac..6b4c9f4 100644
--- a/src/pulp.c
+++ b/src/pulp.c
@@ -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;
}
© All Rights Reserved