msg/async: rm nonused thread variable in posixworker

Signed-off-by: Wei Jin <wjin.cn@gmail.com>
This commit is contained in:
Wei Jin 2017-01-04 11:41:13 +08:00
parent 543886405d
commit 42c9d15e1d

View File

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