From: Sage Weil Date: Mon, 17 Aug 2015 19:23:14 +0000 (-0400) Subject: os/ObjectStore: drop sync(Context *onsync) X-Git-Tag: v9.1.0~324^2~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d6b2e68154e21535a765751bea586332f8b2de7d;p=ceph.git os/ObjectStore: drop sync(Context *onsync) No users. Signed-off-by: Sage Weil --- diff --git a/src/os/ObjectStore.h b/src/os/ObjectStore.h index 90f4ac3fe4c9..4d4b07ef0120 100644 --- a/src/os/ObjectStore.h +++ b/src/os/ObjectStore.h @@ -2097,7 +2097,6 @@ public: const ghobject_t &oid ///< [in] object ) = 0; - virtual void sync(Context *onsync) {} virtual int flush_journal() { return -EOPNOTSUPP; }