Remove unused method: ApplyRule::DiscardRules

fixes #12544
This commit is contained in:
Gunnar Beutner 2016-08-25 10:21:14 +02:00
parent 290e390914
commit ce7b6e4f87
2 changed files with 0 additions and 7 deletions

View File

@ -168,9 +168,3 @@ void ApplyRule::CheckMatches(void)
}
}
}
void ApplyRule::DiscardRules(void)
{
m_Rules.clear();
}

View File

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