From 1a5cf072a8894976c1cd16d7132af671c7cdbb4d Mon Sep 17 00:00:00 2001 From: rpkak Date: Sat, 6 Sep 2025 07:47:44 +0200 Subject: [PATCH] remove ResponseStorage unused since 5ce8e9325b7aa15cbcc77221fc7075b6c46619cc --- lib/std/http/Client.zig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/std/http/Client.zig b/lib/std/http/Client.zig index 37573917359eddd1c1fee42652c3aa8a4e3f54fd..7a700e9a8583c6a93cc0bd90870c07c3f5b1a947 100644 --- a/lib/std/http/Client.zig +++ b/lib/std/http/Client.zig @@ -1752,13 +1752,6 @@ pub const FetchOptions = struct { url: []const u8, uri: Uri, }; - - pub const ResponseStorage = struct { - list: *std.ArrayListUnmanaged(u8), - /// If null then only the existing capacity will be used. - allocator: ?Allocator = null, - append_limit: std.Io.Limit = .unlimited, - }; }; pub const FetchResult = struct { -- 2.54.0