remove hash_combine
(unused)
This commit is contained in:
parent
0307499753
commit
c2a61161a6
1 changed files with 0 additions and 5 deletions
|
@ -39,11 +39,6 @@ namespace mapnik {
|
|||
|
||||
namespace detail {
|
||||
|
||||
inline void hash_combine(std::size_t & seed, std::size_t val)
|
||||
{
|
||||
seed ^= val + 0x9e3779b9 + (seed << 6) + (seed >> 2);
|
||||
}
|
||||
|
||||
struct value_hasher
|
||||
{
|
||||
std::size_t operator() (value_null val) const
|
||||
|
|
Loading…
Reference in a new issue