mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
parent
290e390914
commit
ce7b6e4f87
@ -168,9 +168,3 @@ void ApplyRule::CheckMatches(void)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void ApplyRule::DiscardRules(void)
|
||||
{
|
||||
m_Rules.clear();
|
||||
}
|
||||
|
||||
|
@ -64,7 +64,6 @@ public:
|
||||
static std::vector<String> GetTargetTypes(const String& sourceType);
|
||||
|
||||
static void CheckMatches(void);
|
||||
static void DiscardRules(void);
|
||||
|
||||
private:
|
||||
String m_TargetType;
|
||||
|
Loading…
x
Reference in New Issue
Block a user