mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
remove unneeded assert - refs #2943
This commit is contained in:
parent
c7693d9765
commit
a42e93a259
@ -52,7 +52,6 @@ struct value_hasher
|
||||
|
||||
std::size_t operator() (value_unicode_string const& val) const
|
||||
{
|
||||
assert(val.hashCode() > 0);
|
||||
return static_cast<std::size_t>(val.hashCode());
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user