[search] Remove unused header.

This commit is contained in:
Yury Melnichek 2011-11-15 00:42:45 +01:00 committed by Alex Zolotarev
parent 299a9a1118
commit 8133ddf854
2 changed files with 0 additions and 16 deletions

View file

@ -17,7 +17,6 @@ HEADERS += \
search_query.hpp \
result.hpp \
latlon_match.hpp \
search_trie_matching.hpp \
approximate_string_match.hpp \
feature_offset_match.hpp \
category_info.hpp \

View file

@ -1,15 +0,0 @@
#pragma once
#include "../indexer/search_trie.hpp"
class FeaturesVector;
namespace search
{
namespace impl { class Query; }
void MatchAgainstTrie(impl::Query & query,
TrieIterator & trieRoot,
FeaturesVector const & featuresVector);
} // namespace search