Skip to content

Commit 059a6db

Browse files
Update analyzer/java/com/engflow/bazel/invocation/analyzer/dataproviders/remoteexecution/CriticalPathQueuingDurationDataProvider.java
Co-authored-by: László Csomor <laszlo@engflow.com>
1 parent 66ff455 commit 059a6db

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

analyzer/java/com/engflow/bazel/invocation/analyzer/dataproviders/remoteexecution/CriticalPathQueuingDurationDataProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ CriticalPathQueuingDuration getCriticalPathQueuingDuration()
175175
// Both events within bounds, prefer the longer one.
176176
if (event.duration.compareTo(found.duration) > 0) {
177177
found = event;
178-
foundWithinBounds = true;
179178
}
180179
continue;
181180
}

0 commit comments

Comments
 (0)