Revert "Individualize NameHashSet Hashing & Revisit #709 (#740)"

This reverts commit 3803fbfe20.
This commit is contained in:
Michael Flaherty
2018-07-27 20:36:16 -07:00
parent 3803fbfe20
commit ece57df986
15 changed files with 40 additions and 99 deletions
-4
View File
@@ -96,10 +96,6 @@ struct Cookie
{
return strcmp(name, cookie->name) == 0;
}
static inline uint32_t hash(const detail::CharsAndLength &key)
{
return key.hash();
}
};
class CookieManager : public IClientListener, public IPluginsListener
-4
View File
@@ -77,10 +77,6 @@ struct topmenu_object_t
{
return strcmp(name, topmenu->name) == 0;
}
static inline uint32_t hash(const detail::CharsAndLength &key)
{
return key.hash();
}
};
struct topmenu_category_t