Remove comment from manager.cc
This commit is contained in:
parent
ecf02306b2
commit
339074c1b4
@ -129,7 +129,7 @@ int Manager::start() {
|
||||
for (auto &x : this->handles_) {
|
||||
tid_2_thread_name_.push_back(
|
||||
std::make_tuple(x.second->run_thread(),
|
||||
x.first)); //运行具体的算法线程
|
||||
x.first));
|
||||
}
|
||||
}
|
||||
this->is_start_ = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user