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
diff options
context:
space:
mode:
authorMaxim Pimenov <m@maps.me>2015-07-17 11:48:30 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:56:14 +0300
commit077731b22a1fd41aad71a5972eb84e0aee6270d9 (patch)
tree6d245c973b09ed0d28bcd2c515172bf23adeac11 /indexer
parenteaa56751946aff0514bfa12101dc87b0bc4441a4 (diff)
Review fixes.
Diffstat (limited to 'indexer')
-rw-r--r--indexer/indexer_tests/cell_id_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indexer/indexer_tests/cell_id_test.cpp b/indexer/indexer_tests/cell_id_test.cpp
index 10f0a29100..2a6d827763 100644
--- a/indexer/indexer_tests/cell_id_test.cpp
+++ b/indexer/indexer_tests/cell_id_test.cpp
@@ -8,7 +8,6 @@
#include "std/random.hpp"
#include "std/string.hpp"
-
typedef m2::CellId<30> CellIdT;
UNIT_TEST(ToCellId)