Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/search
diff options
context:
space:
mode:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-08-27 19:05:25 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:02:55 +0300
commitd52ca95eb0823c5b860826b452b17e0b57a67b3a (patch)
treeea1ec59efba9d3c0062c92cad576ff743d7d319c /search
parent5949a02bbb8da9d04cf84140c25e09a79510fd63 (diff)
Unused constant warning fix.
Diffstat (limited to 'search')
-rw-r--r--search/query_saver.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/search/query_saver.cpp b/search/query_saver.cpp
index 659bb96c30..ca1135bea6 100644
--- a/search/query_saver.cpp
+++ b/search/query_saver.cpp
@@ -16,7 +16,6 @@ namespace
char constexpr kSettingsKey[] = "UserQueries";
using TLength = uint16_t;
TLength constexpr kMaxSuggestionsCount = 10;
-size_t constexpr kLengthTypeSize = sizeof(TLength);
// Reader from memory that throws exceptions.
class SecureMemReader : public Reader