chore: cleanup debug code

This commit is contained in:
Simon Hartcher 2025-06-05 10:56:28 +10:00
parent 4a6c84e0ae
commit 90d1091b66

View file

@ -263,8 +263,6 @@ fn processFile(file_name: []const u8, output_dir: std.fs.Dir, manifest: anytype)
} }
fn zigFmt(allocator: std.mem.Allocator, buffer: [:0]const u8) ![]const u8 { fn zigFmt(allocator: std.mem.Allocator, buffer: [:0]const u8) ![]const u8 {
// if (true) return buffer;
var tree = try std.zig.Ast.parse(allocator, buffer, .zig); var tree = try std.zig.Ast.parse(allocator, buffer, .zig);
defer tree.deinit(allocator); defer tree.deinit(allocator);