From: Qinghua Jin Date: Thu, 31 Mar 2016 14:37:12 +0000 (+0800) Subject: mon: remove unnecessary comment for update_from_paxos X-Git-Tag: v10.1.1~35^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F8400%2Fhead;p=ceph.git mon: remove unnecessary comment for update_from_paxos The return value comment for update_from_paxos is unnecessary. Signed-off-by: Qinghua Jin --- 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;