ksud: remove link manager
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user