remove hash_combine
(unused)
This commit is contained in:
parent
204d30e58d
commit
fa2d63c601
1 changed files with 0 additions and 5 deletions
|
@ -37,11 +37,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