]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mon/Paxos.h
update sources to 12.2.7
[ceph.git] / ceph / src / mon / Paxos.h
index 896aafa07eaf1a714c8adac57ae2300399278aa8..ce0d1b75781b034d9e4bddd2a9cf71320770781c 100644 (file)
@@ -1240,14 +1240,6 @@ public:
    * @return the first committed version
    */
   version_t get_first_committed() { return first_committed; }
-  /** 
-   * Get the last commit time
-   *
-   * @returns Our last commit time
-  */
-  utime_t get_last_commit_time() const{
-    return last_commit_time;
-  }
   /**
    * Check if a given version is readable.
    *