From: Jens Axboe Date: Mon, 3 Oct 2005 08:06:01 +0000 (+0200) Subject: [PATCH] blkparse: kill old force debug print X-Git-Tag: blktrace-0.99~60 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c9d46c9054dc71eeb44469c6c07e9a1e08dec9b5;p=blktrace.git [PATCH] blkparse: kill old force debug print --- diff --git a/blkparse.c b/blkparse.c index a1ebcd2..0bfd089 100644 --- a/blkparse.c +++ b/blkparse.c @@ -1369,12 +1369,6 @@ static void show_entries_rb(int force) struct rb_node *n; struct trace *t; - if (force) { - n = rb_first(&rb_sort_root); - t = rb_entry(n, struct trace, rb_node); - fprintf(stderr, "first force %u\n", t->bit->sequence); - } - while ((n = rb_first(&rb_sort_root)) != NULL) { if (done) break;