Update to newest zig version.

This commit is contained in:
IntegratedQuantum 2022-09-19 12:29:33 +02:00
parent 0883f75f95
commit acceb26a36

View File

@ -626,7 +626,6 @@ pub const Protocols = blk: {
} else {
// Ignore packages that refer to an unexpected state. Normally those might be packages that were resent by the other side.
}
_ = data;
}
pub fn serverSide(conn: *Connection) void {