| 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 | 6 | const warn = std.debug.warn; |
| 7 | 7 | const mem = std.mem; |
| 8 | 8 | const ArrayList = std.ArrayList; |
| 9 | const Buffer = std.Buffer; | |
| 10 | 9 | const io = std.io; |
| 11 | 10 | const fs = std.fs; |
| 12 | 11 | const InstallDirectoryOptions = std.build.InstallDirectoryOptions; |
lib/std/build/run.zig-1| ... | ... | @@ -9,7 +9,6 @@ const mem = std.mem; |
| 9 | 9 | const process = std.process; |
| 10 | 10 | const ArrayList = std.ArrayList; |
| 11 | 11 | const BufMap = std.BufMap; |
| 12 | const Buffer = std.Buffer; | |
| 13 | 12 | const warn = std.debug.warn; |
| 14 | 13 | |
| 15 | 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 | 9 | const process = std.process; |
| 10 | 10 | const Allocator = mem.Allocator; |
| 11 | 11 | const ArrayList = std.ArrayList; |
| 12 | const Buffer = std.Buffer; | |
| 13 | 12 | |
| 14 | 13 | const c = @import("c.zig"); |
| 15 | 14 | const introspect = @import("introspect.zig"); |