| author | |
| committer | |
| log | cb06f6f9846a4705a4d8ae1bcaa508e992bafee8 |
| tree | 8008adfce2a07efd8753d5ce38883382ddd3afd1 |
| parent | 9a564356661d31bc7fad5b670bad8ebeecc5dad4 |
1 files changed, 0 insertions(+), 1 deletions(-)
lib/std/tz.zig-1| ... | @@ -41,7 +41,6 @@ pub const Tz = struct { | ... | @@ -41,7 +41,6 @@ pub const Tz = struct { |
| 41 | footer: []const u8, | 41 | footer: []const u8, |
| 42 | 42 | ||
| 43 | pub fn parse(allocator: std.mem.Allocator, reader: anytype) !Tz { | 43 | pub fn parse(allocator: std.mem.Allocator, reader: anytype) !Tz { |
| 44 | _ = allocator; | ||
| 45 | const Header = extern struct { | 44 | const Header = extern struct { |
| 46 | magic: [4]u8, | 45 | magic: [4]u8, |
| 47 | version: u8, | 46 | version: u8, |