mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
Remove a no-op line that was left in by mistake
This commit is contained in:
parent
9a56435666
commit
cb06f6f984
@ -41,7 +41,6 @@ pub const Tz = struct {
|
||||
footer: []const u8,
|
||||
|
||||
pub fn parse(allocator: std.mem.Allocator, reader: anytype) !Tz {
|
||||
_ = allocator;
|
||||
const Header = extern struct {
|
||||
magic: [4]u8,
|
||||
version: u8,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user