From: liuchang0812 Date: Fri, 3 Mar 2017 03:54:34 +0000 (+0800) Subject: mon: remove unnecessary function declaration X-Git-Tag: v12.0.1~188^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F13762%2Fhead;p=ceph.git mon: remove unnecessary function declaration Signed-off-by: liuchang0812 --- 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