| author | |
| committer | |
| log | 1b1fb7fab623e40f4ddc24d7b5ef7e48949e8a17 |
| tree | 82d71dfdbebc33f120075ae6368a7caa37ad0a61 |
| parent | aafddc2ea13e40a8262d9378aeca2e097a37ac03 |
1 files changed, 0 insertions(+), 1 deletions(-)
lib/std/crypto/tls.zig-1| ... | @@ -32,7 +32,6 @@ | ... | @@ -32,7 +32,6 @@ |
| 32 | 32 | ||
| 33 | const std = @import("../std.zig"); | 33 | const std = @import("../std.zig"); |
| 34 | const Tls = @This(); | 34 | const Tls = @This(); |
| 35 | const net = std.net; | ||
| 36 | const mem = std.mem; | 35 | const mem = std.mem; |
| 37 | const crypto = std.crypto; | 36 | const crypto = std.crypto; |
| 38 | const assert = std.debug.assert; | 37 | const assert = std.debug.assert; |