From: Changcheng Liu Date: Thu, 5 Nov 2020 02:29:43 +0000 (+0800) Subject: mon/PaxosService: remove unnecessary code X-Git-Tag: v16.1.0~669^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F37968%2Fhead;p=ceph.git mon/PaxosService: remove unnecessary code The class declaration has been included in the header file. Signed-off-by: Changcheng Liu --- diff --git a/src/mon/PaxosService.h b/src/mon/PaxosService.h index 947944b460d2..0134f6a70540 100644 --- a/src/mon/PaxosService.h +++ b/src/mon/PaxosService.h @@ -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