mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue