mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
std.crypo.tls: delete unused import
This commit is contained in:
parent
aafddc2ea1
commit
1b1fb7fab6
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@
|
|||
|
||||
const std = @import("../std.zig");
|
||||
const Tls = @This();
|
||||
const net = std.net;
|
||||
const mem = std.mem;
|
||||
const crypto = std.crypto;
|
||||
const assert = std.debug.assert;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue