ksud: remove unused command

This commit is contained in:
weishu
2023-07-01 15:31:53 +08:00
parent b85ece440b
commit 90407986be
2 changed files with 0 additions and 8 deletions

View File

@@ -219,10 +219,6 @@ pub fn on_boot_completed() -> Result<()> {
Ok(())
}
pub fn daemon() -> Result<()> {
Ok(())
}
pub fn install() -> Result<()> {
ensure_dir_exists(defs::ADB_DIR)?;
std::fs::copy("/proc/self/exe", defs::DAEMON_PATH)?;