]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
AsyncMessenger: Remove unused option 2666/head
authorHaomai Wang <haomaiwang@gmail.com>
Wed, 8 Oct 2014 07:10:29 +0000 (15:10 +0800)
committerHaomai Wang <haomaiwang@gmail.com>
Wed, 8 Oct 2014 07:53:48 +0000 (15:53 +0800)
Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
src/common/config_opts.h

index 980e74afe867a1ed80fcf6a13b6f4082d13587cc..9376b759041001a292727f6ed33e996a9236dc0e 100644 (file)
@@ -142,7 +142,6 @@ OPTION(ms_dump_corrupt_message_level, OPT_INT, 1)  // debug level to hexdump und
 OPTION(ms_event_op_threads, OPT_INT, 2)
 OPTION(ms_event_thread_timeout, OPT_INT, 15)
 OPTION(ms_event_thread_suicide_timeout, OPT_INT, 180)
-OPTION(ms_use_event, OPT_BOOL, false)
 
 OPTION(inject_early_sigterm, OPT_BOOL, false)