From 91bc79eed665771913fb569dd46d696347941afd Mon Sep 17 00:00:00 2001 From: Jianpeng Ma Date: Wed, 28 Sep 2016 22:32:48 +0800 Subject: [PATCH] msg/async: remove unused code. Signed-off-by: Jianpeng Ma --- src/msg/async/Stack.cc | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.47.3