Skip to content

Commit 1e82e92

Browse files
committed
removed if statement
1 parent a75b5f3 commit 1e82e92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SpiceQL/src/inventoryimpl.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ namespace SpiceQL {
368368
SPDLOG_TRACE("Is {} with stop time {} in the array? {}", time_indices->file_paths.at(it->second), it->first, start_time_kernels.contains(it->second));
369369
if (start_time_kernels.contains(it->second)) {
370370
final_time_kernels.push_back(time_indices->file_paths.at(it->second));
371-
if (type == Kernel::Type::SPK) break;
372371
}
373372
}
374373
}

0 commit comments

Comments
 (0)