db: Drop comment which doesn't seem to be relevant any more

This commit is contained in:
Tomasz Grabiec
2015-03-14 13:18:55 +01:00
parent a195df836d
commit ecf0db17ce

View File

@@ -113,7 +113,6 @@ column_family::find_or_create_partition(const bytes& key) {
row&
column_family::find_or_create_row(const bytes& partition_key, const bytes& clustering_key) {
mutation_partition& p = find_or_create_partition(partition_key);
// call lower_bound so we have a hint for the insert, just in case.
return p.clustered_row(clustering_key);
}