mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 15:14:33 +00:00
cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)
This commit is contained in:
parent
4ed1428c34
commit
d5f39fd121
39 changed files with 208 additions and 238 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue