aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2025-12-06 16:47:19 -0800
committerAndrew Kelley <andrew@ziglang.org>2025-12-23 22:15:07 -0800
commit1b1fb7fab623e40f4ddc24d7b5ef7e48949e8a17 (patch)
tree82d71dfdbebc33f120075ae6368a7caa37ad0a61 /lib/std/crypto
parentaafddc2ea13e40a8262d9378aeca2e097a37ac03 (diff)
downloadzig-1b1fb7fab623e40f4ddc24d7b5ef7e48949e8a17.tar.gz
zig-1b1fb7fab623e40f4ddc24d7b5ef7e48949e8a17.zip
std.crypo.tls: delete unused import
Diffstat (limited to 'lib/std/crypto')
-rw-r--r--lib/std/crypto/tls.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/crypto/tls.zig b/lib/std/crypto/tls.zig
index c24283469c..252defcb2d 100644
--- 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;