cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)

This commit is contained in:
Aaron O'Mullan 2021-05-08 14:37:42 +02:00 committed by GitHub
parent 4ed1428c34
commit d5f39fd121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 208 additions and 238 deletions

View file

@ -72,7 +72,7 @@ pub struct UnixListenArgs {
pub(crate) async fn accept_unix(
state: Rc<RefCell<OpState>>,
args: AcceptArgs,
_bufs: Option<ZeroCopyBuf>,
_: (),
) -> Result<OpConn, AnyError> {
let rid = args.rid;