From cb73748b9af3d678eb6ad0af7b9cea5a2ea1999e Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 9 Apr 2018 08:10:40 -0600 Subject: [PATCH] stat: remove dead 'nr_uninit' assignment Signed-off-by: Jens Axboe --- stat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/stat.c b/stat.c index a837ed90..7b9dd3b1 100644 --- a/stat.c +++ b/stat.c @@ -670,7 +670,6 @@ static int calc_block_percentiles(int nr_block_infos, uint32_t *block_infos, if (len > 1) qsort((void *)plist, len, sizeof(plist[0]), double_cmp); - nr_uninit = 0; /* Start only after the uninit entries end */ for (nr_uninit = 0; nr_uninit < nr_block_infos -- 2.25.1