diff --git a/hive-c0re/src/priv_client.rs b/hive-c0re/src/priv_client.rs index 14abf071..b4e65a12 100644 --- a/hive-c0re/src/priv_client.rs +++ b/hive-c0re/src/priv_client.rs @@ -66,8 +66,6 @@ pub async fn write_nspawn_flags(container: &str, binds: &[BindMount]) -> Result< }).await?) } -pub use hive_sh4re::priv_proto::BindMount; - pub async fn write_resource_limits( container: &str, memory_max: &str,