mirror of
https://github.com/janet-lang/janet
synced 2025-11-12 05:23:02 +00:00
Reuse overlapped overhead on windows for something useful.
This commit is contained in:
@@ -1051,7 +1051,6 @@ static const uint8_t *unmarshal_one_fiber(
|
||||
fiber->sched_id = 0;
|
||||
fiber->supervisor_channel = NULL;
|
||||
fiber->ev_state = NULL;
|
||||
fiber->ev_bytes = 0;
|
||||
fiber->ev_callback = NULL;
|
||||
fiber->ev_stream = NULL;
|
||||
fiber->ev_in_flight = 0;
|
||||
|
||||
Reference in New Issue
Block a user