1
0
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:
Calvin Rose
2023-10-07 11:25:20 -07:00
parent 7bfb17c209
commit fea8242ea7
4 changed files with 9 additions and 9 deletions

View File

@@ -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;