optimize loop

This commit is contained in:
andrew (from workstation) 2020-05-19 21:29:58 +02:00
parent cf7207f6ca
commit b2deead5fd

View File

@ -3809,6 +3809,7 @@ void FileManager::memory_cleanup() {
for (auto &file : node->file_ids_) {
if (file_id_info_[file.get()].node_id_ != ((int32) i)) {
invalid = true;
break;
}
}
}