Remove a TODO

This commit is contained in:
Daniel James
2017-04-23 10:51:17 +01:00
parent 1254520438
commit fc08f62d6a

View File

@ -4046,11 +4046,6 @@ struct table_unique : boost::unordered::detail::table<Types>
// Note: can't use get_key as '*i' might not be value_type - it
// could be a pair with first_types as key_type without const or
// a different second_type.
//
// TODO: Might be worth storing the value_type instead of the
// key here. Could be more efficient if '*i' is expensive. Could
// be less efficient if copying the full value_type is
// expensive.
insert_range_impl2(extractor::extract(*i), i, j);
}
}