sstables/mp_row_consumer.hh: remove unused struct new_mutation

This commit is contained in:
Botond Dénes
2021-03-10 18:28:55 +02:00
parent cecc7f8064
commit f5b0657fa5

View File

@@ -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,