From: Enming Zhang Date: Tue, 5 Dec 2017 07:23:02 +0000 (+0800) Subject: osd/PGLog: cleanup unused function revise_have X-Git-Tag: v13.0.2~801^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F19329%2Fhead;p=ceph.git osd/PGLog: cleanup unused function revise_have Signed-off-by: Enming Zhang --- diff --git a/src/osd/PGLog.h b/src/osd/PGLog.h index 2a940f8cee3..13a321fec00 100644 --- a/src/osd/PGLog.h +++ b/src/osd/PGLog.h @@ -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);