summaryrefslogtreecommitdiffstats
path: root/src/osd/PGBackend.h
diff options
context:
space:
mode:
authorRadoslaw Zarzynski <rzarzyns@redhat.com>2018-10-30 22:19:48 +0100
committerRadoslaw Zarzynski <rzarzyns@redhat.com>2018-10-31 16:57:28 +0100
commit3c361fde293ef6062e71e1dc1cd89779e46c2fa3 (patch)
tree2d49781b750e2b64df5eb30608ec1f40bb4421b0 /src/osd/PGBackend.h
parentosd: massively switch to get_osdmap_epoch(). (diff)
downloadceph-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.h1
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;