Skip to content

Commit 83e3a30

Browse files
committed
server-sent-events: unused var
1 parent 0947d36 commit 83e3a30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sse.odin

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ _sse_process :: proc(sse: ^Sse) {
220220
sse.state = .Sending
221221
}
222222

223-
ev := queue.peek_front(&sse._events)
224223
_sse_event_prepare(sse)
225224
nbio.send(&td.io, sse.r._conn.socket, sse._buf.buf[:], sse, _sse_on_send)
226225
}

0 commit comments

Comments
 (0)