From aa36a1d5573282f52207b0f692fb60042948c1b7 Mon Sep 17 00:00:00 2001 From: Changcheng Liu Date: Thu, 5 Nov 2020 10:29:43 +0800 Subject: [PATCH] mon/PaxosService: remove unnecessary code The class declaration has been included in the header file. Signed-off-by: Changcheng Liu --- src/mon/PaxosService.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mon/PaxosService.h b/src/mon/PaxosService.h index 947944b460d..0134f6a7054 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 -- 2.47.3