From 736bf05a676b1ff8e4c33f424590a61e2436efc7 Mon Sep 17 00:00:00 2001 From: vng Date: Tue, 5 Aug 2014 16:54:15 +0300 Subject: [PATCH] [search] Remove dummy assert. --- search/intermediate_result.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/search/intermediate_result.cpp b/search/intermediate_result.cpp index 82a82709a5..fc8ad6cea6 100644 --- a/search/intermediate_result.cpp +++ b/search/intermediate_result.cpp @@ -365,8 +365,6 @@ string PreResult2::ReadableFeatureType(CategoriesHolder const * pCat, set 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, ());