From: Kefu Chai Date: Wed, 14 Mar 2018 10:10:56 +0000 (+0800) Subject: common/options: drop unused options X-Git-Tag: v13.1.0~554^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F20895%2Fhead;p=ceph.git common/options: drop unused options async_compressor_* have never been used, so drop them. Signed-off-by: Kefu Chai --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 8b18c05bb7a..1d3bb252321 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 aced1b52d8f..e1602ce80ce 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -776,26 +776,6 @@ std::vector