diff options
author | 2023-01-26 04:43:57 -0800 | |
---|---|---|
committer | 2023-01-26 04:43:57 -0800 | |
commit | f14032e4b41a53c13263c8e3caa9c058955baae7 (patch) | |
tree | d6029763a169d36633d9a102d0eba9f78eb55276 /src/network_thread.zig | |
parent | d9122147192e6a86b5db9573bfe77dff70722b80 (diff) | |
download | bun-f14032e4b41a53c13263c8e3caa9c058955baae7.tar.gz bun-f14032e4b41a53c13263c8e3caa9c058955baae7.tar.zst bun-f14032e4b41a53c13263c8e3caa9c058955baae7.zip |
zig changes
Diffstat (limited to 'src/network_thread.zig')
-rw-r--r-- | src/network_thread.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network_thread.zig b/src/network_thread.zig index 74e478e61..11292b057 100644 --- a/src/network_thread.zig +++ b/src/network_thread.zig @@ -11,7 +11,6 @@ const HTTP = @import("./http_client_async.zig"); const NetworkThread = @This(); const Environment = @import("bun").Environment; const Lock = @import("./lock.zig").Lock; -const FIFO = @import("./io/fifo.zig").FIFO; /// Single-thread in this pool io: *AsyncIO = undefined, |