From: Jos Collin Date: Mon, 2 Oct 2017 09:58:27 +0000 (+0530) Subject: os/kstore: Drop unused function declaration X-Git-Tag: v13.0.1~702^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F18077%2Fhead;p=ceph.git os/kstore: Drop unused function declaration Dropped unnecessary function declaration _do_transaction() in KStore.h Signed-off-by: Jos Collin --- diff --git a/src/os/kstore/KStore.h b/src/os/kstore/KStore.h index 487d98470397..47534a7ff4ec 100644 --- a/src/os/kstore/KStore.h +++ b/src/os/kstore/KStore.h @@ -573,10 +573,6 @@ private: // -------------------------------------------------------- // write ops - int _do_transaction(Transaction *t, - TransContext *txc, - ThreadPool::TPHandle *handle); - int _write(TransContext *txc, CollectionRef& c, OnodeRef& o,