From 0ea7170d7d663b6363bedd65d07afc7d598020f8 Mon Sep 17 00:00:00 2001 From: Sagar Vemuri Date: Tue, 23 Jan 2018 10:20:57 -0800 Subject: [PATCH] Remove old misleading comments Summary: FIFO and Universal compaction options were recently made dynamic, but I forgot to update these comments. These would mislead anyone who is reading the code. Closes https://github.com/facebook/rocksdb/pull/3399 Differential Revision: D6786358 Pulled By: sagar0 fbshipit-source-id: 57cfc412f63deaee29bbd82b863304821d60057d --- options/options_helper.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/options/options_helper.cc b/options/options_helper.cc index 4d34769ff..dc084dd40 100644 --- a/options/options_helper.cc +++ b/options/options_helper.cc @@ -1582,8 +1582,6 @@ int offset_of(T1 CompactionOptionsUniversal::*member) { std::unordered_map OptionsHelper::cf_options_type_info = { /* not yet supported - CompactionOptionsFIFO compaction_options_fifo; - CompactionOptionsUniversal compaction_options_universal; CompressionOptions compression_opts; TablePropertiesCollectorFactories table_properties_collector_factories; typedef std::vector>