From: Patrick Donnelly Date: Wed, 6 Jan 2021 18:52:47 +0000 (-0800) Subject: common: remove dead option X-Git-Tag: v16.1.0~77^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2fa494f5814c435a0a1fc6c41cae3a24f3b883c0;p=ceph.git common: remove dead option Signed-off-by: Patrick Donnelly --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 2e6529e840d1..698d2721c4aa 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -131,7 +131,6 @@ OPTION(ms_pq_max_tokens_per_priority, OPT_U64) OPTION(ms_pq_min_cost, OPT_U64) OPTION(ms_inject_socket_failures, OPT_U64) SAFE_OPTION(ms_inject_delay_type, OPT_STR) // "osd mds mon client" allowed -OPTION(ms_inject_delay_msg_type, OPT_STR) // the type of message to delay). This is an additional restriction on the general type filter ms_inject_delay_type. OPTION(ms_inject_delay_max, OPT_DOUBLE) // seconds OPTION(ms_inject_delay_probability, OPT_DOUBLE) // range [0, 1] OPTION(ms_inject_internal_delays, OPT_DOUBLE) // seconds diff --git a/src/common/options.cc b/src/common/options.cc index 2dd0e07b8a61..e06a59c6d126 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1103,10 +1103,6 @@ std::vector