forked from organicmaps/organicmaps
[search] Remove unused header.
This commit is contained in:
parent
299a9a1118
commit
8133ddf854
2 changed files with 0 additions and 16 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue