diff --git a/src/main.rs b/src/main.rs index 9cf2f19c..999f621f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -60,7 +60,6 @@ impl State { if let state::BackendData::Kms(_) = &self.backend { #[cfg(feature = "systemd")] systemd::ready(&self.common); - #[cfg(not(feature = "systemd"))] if let Err(err) = dbus::ready(&self.common) { error!(?err, "Failed to update the D-Bus activation environment"); }