From 89d2e850a422e8af6ccb9312453a86f6472f2d43 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 27 Sep 2005 10:15:24 +0200 Subject: [PATCH] Revert "[PATCH] blkparse: final stopwatch check" This reverts a795e5fae97e14d77c3c3c7d0f6543e6c5f8c850 commit. --- blkparse.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/blkparse.c b/blkparse.c index 9355926..c9b3759 100644 --- a/blkparse.c +++ b/blkparse.c @@ -1444,15 +1444,6 @@ static int do_file(void) show_entries_rb(0); - /* - * we check this a little late, since we want to make - * sure that all files have had a chance to be read - * before deciding there are definitely no further - * entries before the stop time - */ - if (last_allowed_time > stopwatch_end) - break; - } while (events_added); if (rb_sort_entries) -- 2.25.1