Remove outdates TODOs.

This commit is contained in:
Yury Melnichek 2011-02-12 23:18:14 +01:00 committed by Alex Zolotarev
parent cc940c7a09
commit 8c8bd4b1f5

View file

@ -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);