diff options
Diffstat (limited to 'lib/std')
| -rw-r--r-- | lib/std/tz.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/tz.zig b/lib/std/tz.zig index 528150d1a2..f1d19601ef 100644 --- a/lib/std/tz.zig +++ b/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, |
