From 2855b0f821f01f265b0831b87c5fda348d713506 Mon Sep 17 00:00:00 2001 From: liuchang0812 Date: Fri, 3 Mar 2017 11:54:34 +0800 Subject: [PATCH] mon: remove unnecessary function declaration Signed-off-by: liuchang0812 --- src/mon/HealthService.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/mon/HealthService.h b/src/mon/HealthService.h index 7a899b3d36f00..29ff57dcb46b4 100644 --- a/src/mon/HealthService.h +++ b/src/mon/HealthService.h @@ -35,13 +35,6 @@ struct HealthService : public QuorumService } virtual bool service_dispatch_op(MonOpRequestRef op) = 0; - -public: - void get_health(Formatter *f, - list >& summary, - list > *detail) override = 0; - int get_type() override = 0; - string get_name() const override = 0; }; #endif // CEPH_MON_HEALTH_SERVICE_H -- 2.47.3