This reverts commit 3803fbfe20.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user