]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: remove unnecessary comment for update_from_paxos 8400/head
authorQinghua Jin <qhjin_dev@163.com>
Thu, 31 Mar 2016 14:37:12 +0000 (22:37 +0800)
committerQinghua Jin <qhjin_dev@163.com>
Thu, 31 Mar 2016 14:37:12 +0000 (22:37 +0800)
The return value comment for update_from_paxos is unnecessary.

Signed-off-by: Qinghua Jin <qhjin_dev@163.com>
src/mon/PaxosService.h

index 77c62253dbf2a6d410d0a63ef0d434ffd0b58944..b2c0cf1380621b9950ae9c7907cd63a666952f5d 100644 (file)
@@ -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;