Remove unused std.Buffer imports
This commit is contained in:
parent
5c0d6ef5ec
commit
1cbf352cfb
@ -6,7 +6,6 @@ const BufMap = std.BufMap;
|
||||
const warn = std.debug.warn;
|
||||
const mem = std.mem;
|
||||
const ArrayList = std.ArrayList;
|
||||
const Buffer = std.Buffer;
|
||||
const io = std.io;
|
||||
const fs = std.fs;
|
||||
const InstallDirectoryOptions = std.build.InstallDirectoryOptions;
|
||||
|
@ -9,7 +9,6 @@ const mem = std.mem;
|
||||
const process = std.process;
|
||||
const ArrayList = std.ArrayList;
|
||||
const BufMap = std.BufMap;
|
||||
const Buffer = std.Buffer;
|
||||
const warn = std.debug.warn;
|
||||
|
||||
const max_stdout_size = 1 * 1024 * 1024; // 1 MiB
|
||||
|
@ -9,7 +9,6 @@ const mem = std.mem;
|
||||
const process = std.process;
|
||||
const Allocator = mem.Allocator;
|
||||
const ArrayList = std.ArrayList;
|
||||
const Buffer = std.Buffer;
|
||||
|
||||
const c = @import("c.zig");
|
||||
const introspect = @import("introspect.zig");
|
||||
|
Loading…
x
Reference in New Issue
Block a user