chore: cleanup debug code
This commit is contained in:
parent
4a6c84e0ae
commit
90d1091b66
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue