aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Support/Timing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/lib/Support/Timing.cpp')
-rw-r--r--mlir/lib/Support/Timing.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/mlir/lib/Support/Timing.cpp b/mlir/lib/Support/Timing.cpp
index fb6f82c..16306d7 100644
--- a/mlir/lib/Support/Timing.cpp
+++ b/mlir/lib/Support/Timing.cpp
@@ -319,7 +319,6 @@ public:
void mergeChildren(AsyncChildrenMap &&other) {
for (auto &thread : other) {
mergeChildren(std::move(thread.second));
- assert(thread.second.empty());
}
other.clear();
}