From: Jianjian Huo Date: Tue, 16 Feb 2016 19:40:23 +0000 (-0500) Subject: os/kstore: drop unused TransContext mutex and cond X-Git-Tag: v10.1.0~313^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4b9413f06d4dd96e977bb8baf672743bb0a6cc63;p=ceph.git os/kstore: drop unused TransContext mutex and cond Signed-off-by: Jianjian Huo --- diff --git a/src/os/kstore/KStore.h b/src/os/kstore/KStore.h index 07104362d440..f380f4e6589a 100644 --- a/src/os/kstore/KStore.h +++ b/src/os/kstore/KStore.h @@ -196,9 +196,6 @@ public: list oncommits; ///< more commit completions list removed_collections; ///< colls we removed - Mutex lock; - Cond cond; - CollectionRef first_collection; ///< first referenced collection explicit TransContext(OpSequencer *o) @@ -208,8 +205,7 @@ public: bytes(0), oncommit(NULL), onreadable(NULL), - onreadable_sync(NULL), - lock("KStore::TransContext::lock") { + onreadable_sync(NULL) { //cout << "txc new " << this << std::endl; } ~TransContext() {