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) --- runtime/ops/io.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/ops/io.rs') diff --git a/runtime/ops/io.rs b/runtime/ops/io.rs index f3b588f21..c7faa73d7 100644 --- a/runtime/ops/io.rs +++ b/runtime/ops/io.rs @@ -633,7 +633,7 @@ async fn op_write_async( async fn op_shutdown( state: Rc>, rid: ResourceId, - _zero_copy: Option, + _: (), ) -> Result<(), AnyError> { let resource = state .borrow() -- cgit v1.2.3