Removed unused code.

This commit is contained in:
Gunnar Beutner 2012-07-09 17:04:39 +02:00
parent 9e7ba72eb4
commit 5f32319c02
2 changed files with 0 additions and 5 deletions

View File

@ -2,8 +2,6 @@
using namespace icinga;
bool Service::m_DependencyCacheValid = false;
string Service::GetAlias(void) const
{
string value;

View File

@ -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;
};
}