Commit cb06f6f984

Jens Goldberg <jens.goldberg@gmail.com>
2021-12-31 23:57:06
Remove a no-op line that was left in by mistake
1 parent 9a56435
Changed files (1)
lib
std
lib/std/tz.zig
@@ -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,