From 2406068773b5f3124758a35db8b76cb2802a8dd2 Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Wed, 25 Jul 2018 16:13:01 +0800 Subject: [PATCH] common: kill dead options Signed-off-by: xie xingguo --- src/common/legacy_config_opts.h | 2 -- src/common/options.cc | 8 -------- 2 files changed, 10 deletions(-) diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 6a38549b33bd..023afeb9219d 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -679,8 +679,6 @@ OPTION(osd_recovery_sleep_hdd, OPT_FLOAT) OPTION(osd_recovery_sleep_ssd, OPT_FLOAT) OPTION(osd_snap_trim_sleep, OPT_DOUBLE) OPTION(osd_scrub_invalid_stats, OPT_BOOL) -OPTION(osd_remove_thread_timeout, OPT_INT) -OPTION(osd_remove_thread_suicide_timeout, OPT_INT) OPTION(osd_command_thread_timeout, OPT_INT) OPTION(osd_command_thread_suicide_timeout, OPT_INT) OPTION(osd_heartbeat_interval, OPT_INT) // (seconds) how often we ping peers diff --git a/src/common/options.cc b/src/common/options.cc index 79e88c5f5fae..50f5cf66a2d5 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -2912,14 +2912,6 @@ std::vector