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/net_unix.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/ops/net_unix.rs') diff --git a/runtime/ops/net_unix.rs b/runtime/ops/net_unix.rs index 4a2fbf1de..d56dc76d9 100644 --- a/runtime/ops/net_unix.rs +++ b/runtime/ops/net_unix.rs @@ -72,7 +72,7 @@ pub struct UnixListenArgs { pub(crate) async fn accept_unix( state: Rc>, args: AcceptArgs, - _bufs: Option, + _: (), ) -> Result { let rid = args.rid; -- cgit v1.2.3