mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-07 15:33:15 +00:00
sstables/mp_row_consumer.hh: remove unused struct new_mutation
This commit is contained in:
@@ -87,11 +87,6 @@ public:
|
||||
void on_next_partition(dht::decorated_key key, tombstone tomb);
|
||||
};
|
||||
|
||||
struct new_mutation {
|
||||
partition_key key;
|
||||
tombstone tomb;
|
||||
};
|
||||
|
||||
inline atomic_cell make_atomic_cell(const abstract_type& type,
|
||||
api::timestamp_type timestamp,
|
||||
bytes_view value,
|
||||
|
||||
Reference in New Issue
Block a user