remove unneeded assert - refs #2943

This commit is contained in:
Dane Springmeyer 2015-07-01 09:58:37 -07:00
parent c7693d9765
commit a42e93a259

View File

@ -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());
}