Skip to content

Commit e5c6105

Browse files
committed
Remove unused std.Buffer imports
1 parent 881eaa0 commit e5c6105

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

build.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const BufMap = std.BufMap;
66
const warn = std.debug.warn;
77
const mem = std.mem;
88
const ArrayList = std.ArrayList;
9-
const Buffer = std.Buffer;
109
const io = std.io;
1110
const fs = std.fs;
1211
const InstallDirectoryOptions = std.build.InstallDirectoryOptions;

lib/std/build/run.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const mem = std.mem;
99
const process = std.process;
1010
const ArrayList = std.ArrayList;
1111
const BufMap = std.BufMap;
12-
const Buffer = std.Buffer;
1312
const warn = std.debug.warn;
1413

1514
const max_stdout_size = 1 * 1024 * 1024; // 1 MiB

src-self-hosted/main.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const mem = std.mem;
99
const process = std.process;
1010
const Allocator = mem.Allocator;
1111
const ArrayList = std.ArrayList;
12-
const Buffer = std.Buffer;
1312

1413
const c = @import("c.zig");
1514
const introspect = @import("introspect.zig");

0 commit comments

Comments
 (0)