From: Jianpeng Ma Date: Wed, 28 Sep 2016 14:32:48 +0000 (+0800) Subject: msg/async: remove unused code. X-Git-Tag: v11.0.1~76^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11247%2Fhead;p=ceph.git msg/async: remove unused code. Signed-off-by: Jianpeng Ma --- diff --git a/src/msg/async/Stack.cc b/src/msg/async/Stack.cc index 846244389505..e267eb869e82 100644 --- a/src/msg/async/Stack.cc +++ b/src/msg/async/Stack.cc @@ -93,9 +93,6 @@ void NetworkStack::start() return ; } - if (started) { - return ; - } for (unsigned i = 0; i < num_workers; ++i) { if (workers[i]->is_init()) continue;