diff options
author | Radoslaw Zarzynski <rzarzyns@redhat.com> | 2018-10-30 22:19:48 +0100 |
---|---|---|
committer | Radoslaw Zarzynski <rzarzyns@redhat.com> | 2018-10-31 16:57:28 +0100 |
commit | 3c361fde293ef6062e71e1dc1cd89779e46c2fa3 (patch) | |
tree | 2d49781b750e2b64df5eb30608ec1f40bb4421b0 /src/osd/PGBackend.h | |
parent | osd: massively switch to get_osdmap_epoch(). (diff) | |
download | ceph-3c361fde293ef6062e71e1dc1cd89779e46c2fa3.tar.xz ceph-3c361fde293ef6062e71e1dc1cd89779e46c2fa3.zip |
osd: drop PGBackend::Listener::get_epoch().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Diffstat (limited to 'src/osd/PGBackend.h')
-rw-r--r-- | src/osd/PGBackend.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osd/PGBackend.h b/src/osd/PGBackend.h index d2ec533095b..01f13705ee9 100644 --- a/src/osd/PGBackend.h +++ b/src/osd/PGBackend.h @@ -154,7 +154,6 @@ typedef std::shared_ptr<const OSDMap> OSDMapRef; vector<ObjectStore::Transaction>& tls, OpRequestRef op = OpRequestRef() ) = 0; - virtual epoch_t get_epoch() const = 0; virtual epoch_t get_interval_start_epoch() const = 0; virtual epoch_t get_last_peering_reset_epoch() const = 0; |