| ... | @@ -6,7 +6,6 @@ const builtin = @import("builtin"); | ... | @@ -6,7 +6,6 @@ const builtin = @import("builtin"); |
| 6 | const assert = std.debug.assert; | 6 | const assert = std.debug.assert; |
| 7 | const uefi = std.os.uefi; | 7 | const uefi = std.os.uefi; |
| 8 | const elf = std.elf; | 8 | const elf = std.elf; |
| 9 | const tlcsprng = @import("crypto/tlcsprng.zig"); | | |
| 10 | const native_arch = builtin.cpu.arch; | 9 | const native_arch = builtin.cpu.arch; |
| 11 | const native_os = builtin.os.tag; | 10 | const native_os = builtin.os.tag; |
| 12 | | 11 | |