diff --git a/synit-pid1/src/main.rs b/synit-pid1/src/main.rs index f4d5a0f..fcc19be 100644 --- a/synit-pid1/src/main.rs +++ b/synit-pid1/src/main.rs @@ -24,13 +24,13 @@ pub struct CommandLine { } pub struct Pid1Listener { - config: Arc, + // config: Arc, } impl Pid1Listener { - fn new(config: Arc) -> Self { + fn new(_config: Arc) -> Self { Self { - config, + // config, } } }