1
0
mirror of https://github.com/ceph/ceph synced 2024-12-22 19:34:30 +00:00

os/kstore: Drop unused function declaration

Dropped unnecessary function declaration _do_transaction() in KStore.h

Signed-off-by: Jos Collin <jcollin@redhat.com>
This commit is contained in:
Jos Collin 2017-10-02 15:28:27 +05:30
parent 314dff75a4
commit 2fb46354ca

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,