mirror of
https://github.com/ceph/ceph
synced 2025-03-06 00:10:04 +00:00
msg/async: rm nonused thread variable in posixworker
Signed-off-by: Wei Jin <wjin.cn@gmail.com>
This commit is contained in:
parent
543886405d
commit
42c9d15e1d
@ -26,7 +26,6 @@
|
||||
|
||||
class PosixWorker : public Worker {
|
||||
NetHandler net;
|
||||
std::thread t;
|
||||
virtual void initialize();
|
||||
public:
|
||||
PosixWorker(CephContext *c, unsigned i)
|
||||
|
Loading…
Reference in New Issue
Block a user