ksud: remove link manager

This commit is contained in:
weishu
2024-02-23 18:07:14 +08:00
parent 9635a00036
commit 0c52f24612
3 changed files with 1 additions and 73 deletions

View File

@@ -53,7 +53,7 @@ pub fn grant_root(global_mnt: bool) -> Result<()> {
}
#[cfg(not(any(target_os = "linux", target_os = "android")))]
pub fn grant_root() -> Result<()> {
pub fn grant_root(_global_mnt: bool) -> Result<()> {
unimplemented!("grant_root is only available on android");
}