Remove a no-op line that was left in by mistake

This commit is contained in:
Jens Goldberg 2021-12-31 22:57:06 +00:00
parent 9a56435666
commit cb06f6f984

View File

@ -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,