Merge pull request #18077 from joscollin/wip-drop-unused-function-declaration

os/kstore: Drop unused function declaration

Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2017-10-02 08:41:19 -05:00 committed by GitHub
commit c3e51c97fc

View File

@ -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,