mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
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:
commit
95c01de421
@ -26,7 +26,6 @@
|
|||||||
|
|
||||||
class PosixWorker : public Worker {
|
class PosixWorker : public Worker {
|
||||||
NetHandler net;
|
NetHandler net;
|
||||||
std::thread t;
|
|
||||||
virtual void initialize();
|
virtual void initialize();
|
||||||
public:
|
public:
|
||||||
PosixWorker(CephContext *c, unsigned i)
|
PosixWorker(CephContext *c, unsigned i)
|
||||||
|
Loading…
Reference in New Issue
Block a user