diff --git a/components/compat/compatcomponent.cpp b/components/compat/compatcomponent.cpp index c1c51e871..70d5c0fc6 100644 --- a/components/compat/compatcomponent.cpp +++ b/components/compat/compatcomponent.cpp @@ -120,17 +120,6 @@ void CompatComponent::DumpServiceStatus(ofstream& fp, const Service::Ptr& servic int state = service->GetState(); - if (!service->IsReachable()) { - state = StateCritical; - - String text = "One or more parent services are unavailable."; - - if (output.IsEmpty()) - output = text; - else - output = text + " (" + output + ")"; - } - if (state > StateUnknown) state = StateUnknown;