mutation_compactor: remove emit_only_live_rows template parameter

Now that we use emit_only_live_rows::no everywhere we can remove this
template parameters. Only the template parameter is removed, the
internal logic around it is left in place (will be removed in a next
patch), by hard-wiring `only_live()`.
This commit is contained in:
Botond Dénes
2022-06-30 06:59:35 +03:00
parent 9ee8ef5930
commit 4d2ce5c304
7 changed files with 34 additions and 43 deletions

View File

@@ -2036,7 +2036,7 @@ public:
// Called in the context of a seastar::thread.
void view_builder::execute(build_step& step, exponential_backoff_retry r) {
gc_clock::time_point now = gc_clock::now();
auto consumer = compact_for_query_v2<emit_only_live_rows::no, view_builder::consumer>(
auto consumer = compact_for_query_v2<view_builder::consumer>(
*step.reader.schema(),
now,
step.pslice,