]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/PGLog: cleanup unused function revise_have 19329/head
authorEnming Zhang <enming.zhang@umcloud.com>
Tue, 5 Dec 2017 07:23:02 +0000 (15:23 +0800)
committerEnming Zhang <enming.zhang@umcloud.com>
Tue, 5 Dec 2017 07:23:02 +0000 (15:23 +0800)
Signed-off-by: Enming Zhang <enming.zhang@umcloud.com>
src/osd/PGLog.h

index 2a940f8cee33a5391b75abea5407486977fb083d..13a321fec006c4b7635e8a8dc608a4cba3f0489b 100644 (file)
@@ -663,9 +663,6 @@ public:
   //////////////////// get or set missing ////////////////////
 
   const pg_missing_tracker_t& get_missing() const { return missing; }
-  void revise_have(hobject_t oid, eversion_t have) {
-    missing.revise_have(oid, have);
-  }
 
   void missing_add(const hobject_t& oid, eversion_t need, eversion_t have) {
     missing.add(oid, need, have, false);