]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/ObjectStore: drop flush()
authorSage Weil <sage@redhat.com>
Mon, 17 Aug 2015 19:22:35 +0000 (15:22 -0400)
committerSage Weil <sage@redhat.com>
Wed, 19 Aug 2015 21:03:56 +0000 (17:03 -0400)
No more callers.

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

index eac43d9a4f9d68fca4552754f16f4e5c2912d492..489ff4dbccd29e00b67f8f4ffb845170d20c7008 100644 (file)
@@ -2099,7 +2099,6 @@ public:
 
   virtual void sync(Context *onsync) {}
   virtual void sync() {}
-  virtual void flush() {}
 
   virtual int flush_journal() { return -EOPNOTSUPP; }