From b1c8727ebab981a31f42f82da4b32a749e0bd072 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 14 Mar 2018 18:10:56 +0800 Subject: [PATCH] common/options: drop unused options async_compressor_* have never been used, so drop them. Signed-off-by: Kefu Chai --- src/common/legacy_config_opts.h | 6 ------ src/common/options.cc | 20 -------------------- 2 files changed, 26 deletions(-) diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 8b18c05bb7a45..1d3bb25232108 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -94,12 +94,6 @@ OPTION(xio_max_send_inline, OPT_INT) // xio maximum threshold to send inline OPTION(compressor_zlib_isal, OPT_BOOL) OPTION(compressor_zlib_level, OPT_INT) //regular zlib compression level, not applicable to isa-l optimized version -OPTION(async_compressor_enabled, OPT_BOOL) -OPTION(async_compressor_type, OPT_STR) -OPTION(async_compressor_threads, OPT_INT) -OPTION(async_compressor_thread_timeout, OPT_INT) -OPTION(async_compressor_thread_suicide_timeout, OPT_INT) - OPTION(plugin_crypto_accelerator, OPT_STR) OPTION(mempool_debug, OPT_BOOL) diff --git a/src/common/options.cc b/src/common/options.cc index aced1b52d8fe4..e1602ce80cee0 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -776,26 +776,6 @@ std::vector