From 639f158db2eb4f63c8f00e203442f97c5fd0a111 Mon Sep 17 00:00:00 2001 From: Qinghua Jin Date: Thu, 31 Mar 2016 22:37:12 +0800 Subject: [PATCH] mon: remove unnecessary comment for update_from_paxos The return value comment for update_from_paxos is unnecessary. Signed-off-by: Qinghua Jin --- src/mon/PaxosService.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mon/PaxosService.h b/src/mon/PaxosService.h index 77c62253dbf2..b2c0cf138062 100644 --- a/src/mon/PaxosService.h +++ b/src/mon/PaxosService.h @@ -343,8 +343,6 @@ public: /** * Query the Paxos system for the latest state and apply it if it's newer * than the current Monitor state. - * - * @returns 'true' on success; 'false' otherwise. */ virtual void update_from_paxos(bool *need_bootstrap) = 0; -- 2.47.3