]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/kstore: Drop unused function declaration 18077/head
authorJos Collin <jcollin@redhat.com>
Mon, 2 Oct 2017 09:58:27 +0000 (15:28 +0530)
committerJos Collin <jcollin@redhat.com>
Mon, 2 Oct 2017 09:59:30 +0000 (15:29 +0530)
Dropped unnecessary function declaration _do_transaction() in KStore.h

Signed-off-by: Jos Collin <jcollin@redhat.com>
src/os/kstore/KStore.h

index 487d984703978557ad606b995a92a952ec689f59..47534a7ff4ecd994f3504cd3a14e73ada22a1a18 100644 (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,