From 9ee8ef5930a79ebfd24b9366fb90faec4dbd5218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Botond=20D=C3=A9nes?= Date: Thu, 30 Jun 2022 07:00:18 +0300 Subject: [PATCH] mutation_compactor: remove unused compact_mutation_state::parameters --- mutation_compactor.hh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mutation_compactor.hh b/mutation_compactor.hh index ea0dc27e23..33c73ec91f 100644 --- a/mutation_compactor.hh +++ b/mutation_compactor.hh @@ -269,11 +269,6 @@ private: }; public: - struct parameters { - static constexpr emit_only_live_rows only_live = OnlyLive; - static constexpr compact_for_sstables sstable_compaction = SSTableCompaction; - }; - compact_mutation_state(compact_mutation_state&&) = delete; // Because 'this' is captured compact_mutation_state(const schema& s, gc_clock::time_point query_time, const query::partition_slice& slice, uint64_t limit,