]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/PaxosService: drop unused last_accepted_name
authorSage Weil <sage@inktank.com>
Tue, 18 Jun 2013 16:01:24 +0000 (09:01 -0700)
committerSage Weil <sage@inktank.com>
Tue, 25 Jun 2013 04:07:26 +0000 (21:07 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/PaxosService.h

index 7a2d190ad968b049da7eb45766a10df0c92afc32..deda0d0bfd84ecdf9167f70d0d079866407bf6e5 100644 (file)
@@ -195,7 +195,6 @@ public:
       trim_version(0),
       last_committed_name("last_committed"),
       first_committed_name("first_committed"),
-      last_accepted_name("last_accepted"),
       full_prefix_name("full"), full_latest_name("latest"),
       cached_first_committed(0), cached_last_committed(0)
   {
@@ -465,7 +464,6 @@ public:
    */
   const string last_committed_name;
   const string first_committed_name;
-  const string last_accepted_name;
   const string full_prefix_name;
   const string full_latest_name;
   /**