]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/ObjectStore: drop sync(Context *onsync)
authorSage Weil <sage@redhat.com>
Mon, 17 Aug 2015 19:23:14 +0000 (15:23 -0400)
committerSage Weil <sage@redhat.com>
Wed, 19 Aug 2015 21:03:56 +0000 (17:03 -0400)
No users.

Signed-off-by: Sage Weil <sage@redhat.com>
src/os/ObjectStore.h

index 90f4ac3fe4c99050b859955544137f37a087e6f7..4d4b07ef0120bdd738ff2d0935cf4283dd066211 100644 (file)
@@ -2097,7 +2097,6 @@ public:
     const ghobject_t &oid  ///< [in] object
     ) = 0;
 
-  virtual void sync(Context *onsync) {}
 
   virtual int flush_journal() { return -EOPNOTSUPP; }