From efb115c2aae039a5e4ebc73147ac5729e9ac289f Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Fri, 24 Jan 2025 23:07:05 +0000 Subject: [PATCH] Remove the TODO since buffer utilisation may not be useful with --numeric, as it is not always a number. --- src/pv/format/bufferpercent.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pv/format/bufferpercent.c b/src/pv/format/bufferpercent.c index 752a53a..2916a27 100644 --- a/src/pv/format/bufferpercent.c +++ b/src/pv/format/bufferpercent.c @@ -13,8 +13,6 @@ /* * Percentage transfer buffer utilisation. - * - * TODO: show exact number without suffix if --numeric is active. */ pvdisplay_bytecount_t pv_formatter_buffer_percent(pvformatter_args_t args) {