authorgravatar for quae@daurnimator.comdaurnimator <quae@daurnimator.com> 2020-02-11 23:04:19+11:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-03-06 18:49:13-05:00
log1cbf352cfbe55bd81d05543dc95370b496dccc6f
treeb7962b2861f641bbfdc57bb87db74530dbdd2bda
parent5c0d6ef5ec0fa31da15be1fd579c9f70e4cef7dd
signaturelock-open Commit is signed but in an unrecognized format.

Remove unused std.Buffer imports


3 files changed, 0 insertions(+), 3 deletions(-)

build.zig-1
...@@ -6,7 +6,6 @@ const BufMap = std.BufMap;...@@ -6,7 +6,6 @@ const BufMap = std.BufMap;
6const warn = std.debug.warn;6const warn = std.debug.warn;
7const mem = std.mem;7const mem = std.mem;
8const ArrayList = std.ArrayList;8const ArrayList = std.ArrayList;
9const Buffer = std.Buffer;
10const io = std.io;9const io = std.io;
11const fs = std.fs;10const fs = std.fs;
12const InstallDirectoryOptions = std.build.InstallDirectoryOptions;11const InstallDirectoryOptions = std.build.InstallDirectoryOptions;
lib/std/build/run.zig-1
...@@ -9,7 +9,6 @@ const mem = std.mem;...@@ -9,7 +9,6 @@ const mem = std.mem;
9const process = std.process;9const process = std.process;
10const ArrayList = std.ArrayList;10const ArrayList = std.ArrayList;
11const BufMap = std.BufMap;11const BufMap = std.BufMap;
12const Buffer = std.Buffer;
13const warn = std.debug.warn;12const warn = std.debug.warn;
1413
15const max_stdout_size = 1 * 1024 * 1024; // 1 MiB14const max_stdout_size = 1 * 1024 * 1024; // 1 MiB
src-self-hosted/main.zig-1
...@@ -9,7 +9,6 @@ const mem = std.mem;...@@ -9,7 +9,6 @@ const mem = std.mem;
9const process = std.process;9const process = std.process;
10const Allocator = mem.Allocator;10const Allocator = mem.Allocator;
11const ArrayList = std.ArrayList;11const ArrayList = std.ArrayList;
12const Buffer = std.Buffer;
1312
14const c = @import("c.zig");13const c = @import("c.zig");
15const introspect = @import("introspect.zig");14const introspect = @import("introspect.zig");