Skip to content

Commit 4ff9d3c

Browse files
committed
Delete unused deps
Signed-off-by: jiaxiao zhou <[email protected]>
1 parent f5d096e commit 4ff9d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/containerd-shim-wasmtime/src/executor.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
use std::{fs::OpenOptions, os::fd::RawFd, path::PathBuf};
1+
use std::{fs::OpenOptions, path::PathBuf};
22

33
use anyhow::{anyhow, Result};
44
use containerd_shim_wasm::sandbox::oci;
5-
use libc::{dup, dup2, STDERR_FILENO, STDIN_FILENO, STDOUT_FILENO};
5+
66
use libcontainer::workload::{Executor, ExecutorError};
77
use oci_spec::runtime::Spec;
88

0 commit comments

Comments
 (0)