db: Remove unused methods
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user