mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
std.start | Remove unused import
Removes the unused import tlcsprng
This commit is contained in:
parent
20f4216af5
commit
6604952ec3
@ -6,7 +6,6 @@ const builtin = @import("builtin");
|
||||
const assert = std.debug.assert;
|
||||
const uefi = std.os.uefi;
|
||||
const elf = std.elf;
|
||||
const tlcsprng = @import("crypto/tlcsprng.zig");
|
||||
const native_arch = builtin.cpu.arch;
|
||||
const native_os = builtin.os.tag;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user