zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 1b1fb7fab623e40f4ddc24d7b5ef7e48949e8a17 (tree)
parent aafddc2ea13e40a8262d9378aeca2e097a37ac03
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sat,  6 Dec 2025 16:47:19 -0800

std.crypo.tls: delete unused import

Diffstat:
Mlib/std/crypto/tls.zig | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/std/crypto/tls.zig b/lib/std/crypto/tls.zig @@ -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;