From f5b0657fa529800b2c93e7fb4968c85f7546909b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Botond=20D=C3=A9nes?= Date: Wed, 10 Mar 2021 18:28:55 +0200 Subject: [PATCH] sstables/mp_row_consumer.hh: remove unused struct new_mutation --- sstables/mp_row_consumer.hh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sstables/mp_row_consumer.hh b/sstables/mp_row_consumer.hh index e32ade7e37..22413d661d 100644 --- a/sstables/mp_row_consumer.hh +++ b/sstables/mp_row_consumer.hh @@ -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,