Remove unused UrlMatchCriterias

This commit is contained in:
Ai Lin Chia 2018-07-26 17:38:03 +02:00
parent 43ee356e10
commit e3840cb100

View File

@ -22,13 +22,6 @@ typedef std::vector<UrlMatch> urlmatches_t;
typedef std::vector<urlmatches_t> urlmatcheslist_t;
typedef spp::sparse_hash_map<std::string, urlmatcheslist_t> urlmatchlist_map_t;
struct UrlMatchCriterias {
bool m_hasDomain;
std::string m_domain;
urlmatcheslist_t m_urlMatches;
};
struct UrlMatchListItem {
spp::sparse_hash_set<std::string> m_domainMatches;
spp::sparse_hash_set<std::string> m_tldMatches;