Remove response pool

This commit is contained in:
Jarred Sumner
2022-08-22 10:59:49 -07:00
parent 2a0ab2aa9b
commit 75a76fb836
3 changed files with 8 additions and 47 deletions

View File

@@ -346,7 +346,6 @@ pub const VirtualMachine = struct {
file_blobs: JSC.WebCore.Blob.Store.Map,
source_mappings: SavedSourceMap = undefined,
response_objects_pool: ?*Response.Pool = null,
rare_data: ?*JSC.RareData = null,
poller: JSC.Poller = JSC.Poller{},