Merge pull request #12777 from wjin/clean_posixworker

msg/async: rm nonused thread variable in posixworker

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2017-01-04 14:38:58 +08:00 committed by GitHub
commit 95c01de421

View File

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