refactor: rm dead code

This commit is contained in:
GyDi
2022-11-17 22:52:22 +08:00
parent df93cb103c
commit 1880da6351
5 changed files with 1 additions and 412 deletions

View File

@@ -63,8 +63,6 @@ fn main() -> std::io::Result<()> {
cmds::read_profile_file,
cmds::save_profile_file,
// service mode
cmds::service::start_service,
cmds::service::stop_service,
cmds::service::check_service,
cmds::service::install_service,
cmds::service::uninstall_service,