From: Sage Weil Date: Tue, 18 Jun 2013 16:01:24 +0000 (-0700) Subject: mon/PaxosService: drop unused last_accepted_name X-Git-Tag: v0.67-rc1~175^2~20 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b28bd7870fca7ee52537f195d5f7af53842b9c67;p=ceph.git mon/PaxosService: drop unused last_accepted_name Signed-off-by: Sage Weil --- diff --git a/src/mon/PaxosService.h b/src/mon/PaxosService.h index 7a2d190ad968..deda0d0bfd84 100644 --- a/src/mon/PaxosService.h +++ b/src/mon/PaxosService.h @@ -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; /**