| author | |
| committer | |
| log | 6604952ec3bac8645eb30db515df512f11602f20 |
| tree | 177ce224038eb4f1292f35839896e6ca185ecd7e |
| parent | 20f4216af5dc4d5cb547529a132d8682ce7b7536 |
Removes the unused import tlcsprng1 files changed, 0 insertions(+), 1 deletions(-)
lib/std/start.zig-1| ... | ... | @@ -6,7 +6,6 @@ const builtin = @import("builtin"); |
| 6 | 6 | const assert = std.debug.assert; |
| 7 | 7 | const uefi = std.os.uefi; |
| 8 | 8 | const elf = std.elf; |
| 9 | const tlcsprng = @import("crypto/tlcsprng.zig"); | |
| 10 | 9 | const native_arch = builtin.cpu.arch; |
| 11 | 10 | const native_os = builtin.os.tag; |
| 12 | 11 |