table: Remove outdated comment regarding automatic compaction

We already provide a way to disable automatic compaction.

Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>
This commit is contained in:
Raphael S. Carvalho
2023-04-25 11:06:43 -03:00
parent 124153d439
commit 2d45dd35c7

View File

@@ -934,7 +934,6 @@ table::try_flush_memtable_to_sstable(compaction_group& cg, lw_shared_ptr<memtabl
void
table::start() {
// FIXME: add option to disable automatic compaction.
start_compaction();
}