Skip to content

Commit

Permalink
containerd-shim-wasm/src/sandbox/shim/cli: remove unused dep
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka committed Nov 15, 2024
1 parent ce3f30d commit c3d4072
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/containerd-shim-wasm/src/sandbox/shim/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use shim::Flags;
use crate::sandbox::instance::Instance;
use crate::sandbox::shim::events::{RemoteEventSender, ToTimestamp};
use crate::sandbox::shim::local::Local;
use crate::sys::networking::setup_namespaces;

/// Cli implements the containerd-shim cli interface using `Local<T>` as the task service.
pub struct Cli<T: Instance + Sync + Send> {
Expand Down

0 comments on commit c3d4072

Please sign in to comment.