diff --git a/ch_12/rat/agent/src/install/macos.rs b/ch_12/rat/agent/src/install/macos.rs index 743d977..0f1ce1e 100644 --- a/ch_12/rat/agent/src/install/macos.rs +++ b/ch_12/rat/agent/src/install/macos.rs @@ -1,4 +1,3 @@ -use crate::config; use std::{fs, path::PathBuf, process::Command}; pub const LAUNCHD_FILE: &str = "com.blackhatrust.agent.plist";