git: fix(iostat): remove unused tflag variable

Matthew Dillon dillon at crater.dragonflybsd.org
Wed May 27 17:40:37 PDT 2026


commit 3aa600964f50d81e57013d665ed58f69de57b9b3
Author: Abdelkader Boudih <dragonflybsd at seuros.com>
Date:   Sat May 23 14:07:03 2026 +0000

    fix(iostat): remove unused tflag variable
    
    tflag was set when -t was parsed but never checked; the -t option's
    effect is handled entirely by buildmatch().

Summary of changes:
 usr.sbin/iostat/iostat.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3aa600964f50d81e57013d665ed58f69de57b9b3


-- 
DragonFly BSD source repository


More information about the Commits mailing list