| author | |
| committer | |
| log | 1cbf352cfbe55bd81d05543dc95370b496dccc6f |
| tree | b7962b2861f641bbfdc57bb87db74530dbdd2bda |
| parent | 5c0d6ef5ec0fa31da15be1fd579c9f70e4cef7dd |
| signature |
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; |
| 6 | const warn = std.debug.warn; | 6 | const warn = std.debug.warn; |
| 7 | const mem = std.mem; | 7 | const mem = std.mem; |
| 8 | const ArrayList = std.ArrayList; | 8 | const ArrayList = std.ArrayList; |
| 9 | const Buffer = std.Buffer; | ||
| 10 | const io = std.io; | 9 | const io = std.io; |
| 11 | const fs = std.fs; | 10 | const fs = std.fs; |
| 12 | const InstallDirectoryOptions = std.build.InstallDirectoryOptions; | 11 | const 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; |
| 9 | const process = std.process; | 9 | const process = std.process; |
| 10 | const ArrayList = std.ArrayList; | 10 | const ArrayList = std.ArrayList; |
| 11 | const BufMap = std.BufMap; | 11 | const BufMap = std.BufMap; |
| 12 | const Buffer = std.Buffer; | ||
| 13 | const warn = std.debug.warn; | 12 | const warn = std.debug.warn; |
| 14 | 13 | ||
| 15 | const max_stdout_size = 1 * 1024 * 1024; // 1 MiB | 14 | const 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; |
| 9 | const process = std.process; | 9 | const process = std.process; |
| 10 | const Allocator = mem.Allocator; | 10 | const Allocator = mem.Allocator; |
| 11 | const ArrayList = std.ArrayList; | 11 | const ArrayList = std.ArrayList; |
| 12 | const Buffer = std.Buffer; | ||
| 13 | 12 | ||
| 14 | const c = @import("c.zig"); | 13 | const c = @import("c.zig"); |
| 15 | const introspect = @import("introspect.zig"); | 14 | const introspect = @import("introspect.zig"); |