From d6b2e68154e21535a765751bea586332f8b2de7d Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 17 Aug 2015 15:23:14 -0400 Subject: [PATCH] os/ObjectStore: drop sync(Context *onsync) No users. Signed-off-by: Sage Weil --- src/os/ObjectStore.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/os/ObjectStore.h b/src/os/ObjectStore.h index 90f4ac3fe4c99..4d4b07ef0120b 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; } -- 2.39.5