]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/PaxosService: remove unnecessary code 37968/head
authorChangcheng Liu <changcheng.liu@aliyun.com>
Thu, 5 Nov 2020 02:29:43 +0000 (10:29 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Thu, 5 Nov 2020 02:29:43 +0000 (10:29 +0800)
The class declaration has been included in the header file.

Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
src/mon/PaxosService.h

index 947944b460d2f4a9a5f7eae5e74268dd02e6a500..0134f6a705400be8da5181950e8c2c5d8c87c418 100644 (file)
@@ -20,9 +20,6 @@
 #include "Monitor.h"
 #include "MonitorDBStore.h"
 
-class Monitor;
-class Paxos;
-
 /**
  * A Paxos Service is an abstraction that easily allows one to obtain an
  * association between a Monitor and a Paxos class, in order to implement any