From e1137274fb6ca4a229fabfa33c404c06c23a0871 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Tue, 19 Nov 2024 15:51:36 +0100 Subject: [PATCH] async: remove dead code --- src/http/async/main.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/http/async/main.zig b/src/http/async/main.zig index ea756e8b..c3ef9934 100644 --- a/src/http/async/main.zig +++ b/src/http/async/main.zig @@ -1,4 +1,3 @@ const std = @import("std"); -const stack = @import("stack.zig"); pub const Client = @import("std/http/Client.zig");