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