]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/HealthMonitor: remove unused label 29749/head
authorKefu Chai <kchai@redhat.com>
Tue, 20 Aug 2019 02:05:09 +0000 (10:05 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 21 Aug 2019 00:51:42 +0000 (08:51 +0800)
commitc160ec990aa341c2a7ef4438ad4a336ed41e1175
treed1f21a7819f091dae8882957ee68f120651f6b7f
parentbf6c13f29991e0e4399986fe0dd1a1a1d1d77ccf
mon/HealthMonitor: remove unused label

move the whole sanity checks into `HealthMonitor::preprocess_command()`.

this change silences warning of:

warning: label 'reply' defined but not used [-Wunused-label]

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/HealthMonitor.cc