[search] Remove dummy assert.

This commit is contained in:
vng 2014-08-05 16:54:15 +03:00 committed by Alex Zolotarev
parent c5d2127d61
commit 736bf05a67

View file

@ -365,8 +365,6 @@ string PreResult2::ReadableFeatureType(CategoriesHolder const * pCat,
set<uint32_t> const * pTypes,
int8_t locale) const
{
ASSERT_EQUAL(m_resultType, RESULT_FEATURE, ());
// @TODO print all types, not just one
uint32_t const type = GetBestType(pTypes);
ASSERT_NOT_EQUAL(type, 0, ());