From d5f39fd121b8f997dcfb360828f60cee47322ab3 Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Sat, 8 May 2021 14:37:42 +0200 Subject: cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530) --- extensions/fetch/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/fetch/lib.rs') diff --git a/extensions/fetch/lib.rs b/extensions/fetch/lib.rs index 36a5b5afd..0ac6422e4 100644 --- a/extensions/fetch/lib.rs +++ b/extensions/fetch/lib.rs @@ -274,7 +274,7 @@ pub struct FetchResponse { pub async fn op_fetch_send( state: Rc>, rid: ResourceId, - _data: Option, + _: (), ) -> Result { let request = state .borrow_mut() @@ -434,7 +434,7 @@ pub struct CreateHttpClientOptions { pub fn op_create_http_client( state: &mut OpState, args: CreateHttpClientOptions, - _zero_copy: Option, + _: (), ) -> Result where FP: FetchPermissions + 'static, -- cgit v1.2.3