]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
msg/async: rm nonused thread variable in posixworker 12777/head
authorWei Jin <wjin.cn@gmail.com>
Wed, 4 Jan 2017 03:41:13 +0000 (11:41 +0800)
committerWei Jin <wjin.cn@gmail.com>
Wed, 4 Jan 2017 03:41:13 +0000 (11:41 +0800)
Signed-off-by: Wei Jin <wjin.cn@gmail.com>
src/msg/async/PosixStack.h

index f0f29d436325de0874ce19daac935b5b9de3413b..1263054f23df4771f8742a51f28f63b6cdc65331 100644 (file)
@@ -26,7 +26,6 @@
 
 class PosixWorker : public Worker {
   NetHandler net;
-  std::thread t;
   virtual void initialize();
  public:
   PosixWorker(CephContext *c, unsigned i)