Skip to content

Commit 2c66f41

Browse files
committed
loop: remove tick from Network impl
1 parent af5a58a commit 2c66f41

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/loop.zig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,6 @@ pub const SingleThreaded = struct {
231231
};
232232
}
233233

234-
pub fn tick(self: *NetworkImpl) !void {
235-
return try self.loop.io.tick();
236-
}
237-
238234
pub fn connect(self: *NetworkImpl, ctx: *Ctx, socket: std.posix.socket_t, address: std.net.Address) void {
239235
self.ctx = ctx;
240236
_ = self.loop.addEvent();

0 commit comments

Comments
 (0)