db: Remove unused methods

This commit is contained in:
Tomasz Grabiec
2015-03-24 11:57:53 +01:00
parent 201aad7fb1
commit 866dd449db

View File

@@ -191,10 +191,8 @@ public:
row& static_row() { return _static_row; }
row& clustered_row(const clustering_key& key);
row* find_row(const clustering_key& key);
row* find_row(schema_ptr schema, const clustering_key_prefix& key);
rows_entry* find_entry(schema_ptr schema, const clustering_key_prefix& key);
tombstone tombstone_for_row(schema_ptr schema, const clustering_key& key);
tombstone tombstone_for_row(schema_ptr schema, const clustering_key_prefix& key);
friend std::ostream& operator<<(std::ostream& os, const mutation_partition& mp);
boost::iterator_range<rows_type::iterator> range(const schema& schema, const query::range<clustering_key_prefix>& r);
};