From 4e974772814533e5cc7dc1eb91102ffc10cfbcf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Botond=20D=C3=A9nes?= Date: Thu, 3 Feb 2022 16:11:28 +0200 Subject: [PATCH] mutation_compactor: remove now unused compact_for_compaction --- mutation_compactor.hh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mutation_compactor.hh b/mutation_compactor.hh index 1756bf12cf..14cb3ae0cc 100644 --- a/mutation_compactor.hh +++ b/mutation_compactor.hh @@ -761,12 +761,6 @@ struct compact_for_query : compact_mutation using compact_for_query_state = compact_mutation_state; -template -requires CompactedFragmentsConsumer && CompactedFragmentsConsumer -struct compact_for_compaction : compact_mutation { - using compact_mutation::compact_mutation; -}; - template requires CompactedFragmentsConsumerV2 struct compact_for_query_v2 : compact_mutation_v2 {