From 42c9d15e1deb2ea41ab4625b7a9ada128f62f67e Mon Sep 17 00:00:00 2001 From: Wei Jin Date: Wed, 4 Jan 2017 11:41:13 +0800 Subject: [PATCH] msg/async: rm nonused thread variable in posixworker Signed-off-by: Wei Jin --- src/msg/async/PosixStack.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/msg/async/PosixStack.h b/src/msg/async/PosixStack.h index f0f29d436325d..1263054f23df4 100644 --- a/src/msg/async/PosixStack.h +++ b/src/msg/async/PosixStack.h @@ -26,7 +26,6 @@ class PosixWorker : public Worker { NetHandler net; - std::thread t; virtual void initialize(); public: PosixWorker(CephContext *c, unsigned i) -- 2.39.5