зеркало из https://github.com/microsoft/LightGBM.git
[c++] remove unused variable 'need_connect_cnt' (#6410)
This commit is contained in:
Родитель
0901aa6486
Коммит
4466349cb9
|
@ -171,13 +171,9 @@ void Linkers::Construct() {
|
|||
need_connect[i] = 1;
|
||||
}
|
||||
}
|
||||
int need_connect_cnt = 0;
|
||||
int incoming_cnt = 0;
|
||||
for (auto it = need_connect.begin(); it != need_connect.end(); ++it) {
|
||||
int machine_rank = it->first;
|
||||
if (machine_rank >= 0 && machine_rank != rank_) {
|
||||
++need_connect_cnt;
|
||||
}
|
||||
if (machine_rank < rank_) {
|
||||
++incoming_cnt;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче