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:
authorYury Melnichek <melnichek@gmail.com>2011-02-13 01:18:14 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:12:14 +0300
commit8c8bd4b1f531b65b3e8dff96b92fce2d85b9d2d2 (patch)
treefe7b50d90ed66512a2c6c9743a483fc5de737e88 /indexer/scale_index_builder.hpp
parentcc940c7a09a3c472a02b13f4af6248cc8ff95eb1 (diff)
Remove outdates TODOs.
Diffstat (limited to 'indexer/scale_index_builder.hpp')
-rw-r--r--indexer/scale_index_builder.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indexer/scale_index_builder.hpp b/indexer/scale_index_builder.hpp
index 1184e93316..08a8adcd23 100644
--- a/indexer/scale_index_builder.hpp
+++ b/indexer/scale_index_builder.hpp
@@ -142,9 +142,7 @@ inline void IndexScales(FeaturesVectorT const & featuresVector,
WriterT & writer,
string const & tmpFilePrefix)
{
- // TODO: Add global feature covering optimization.
// TODO: Make scale bucketing dynamic.
- // TODO: Compute covering only once?
//typedef pair<int64_t, uint32_t> CellFeaturePair;
STATIC_ASSERT(sizeof(CellFeaturePair) == 12);