mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-30 17:14:25 +02:00
Removed unused code.
This commit is contained in:
parent
9e7ba72eb4
commit
5f32319c02
@ -2,8 +2,6 @@
|
||||
|
||||
using namespace icinga;
|
||||
|
||||
bool Service::m_DependencyCacheValid = false;
|
||||
|
||||
string Service::GetAlias(void) const
|
||||
{
|
||||
string value;
|
||||
|
@ -86,9 +86,6 @@ public:
|
||||
static string StateTypeToString(ServiceStateType state);
|
||||
|
||||
static Dictionary::Ptr ResolveDependencies(Host host, const Dictionary::Ptr& dependencies);
|
||||
|
||||
private:
|
||||
static bool m_DependencyCacheValid;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user