Remove erroneous comment.

This commit is contained in:
Tessil 2020-03-30 21:27:42 +01:00
parent cb6b7cf8c7
commit f26e2ebb12

View File

@ -1320,7 +1320,6 @@ private:
new_table.swap(*this);
}
// Same as rehash(0) but noexcept and faster.
void clear_and_shrink() noexcept {
GrowthPolicy::clear();
m_buckets_data.clear();