git: fix(kcollect): mark unused total_count parameter in dump_influxdb()

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


commit 555a82ac6c05825ba871e0da2bca8f89df411e67
Author: Abdelkader Boudih <dragonflybsd at seuros.com>
Date:   Sat May 23 14:09:24 2026 +0000

    fix(kcollect): mark unused total_count parameter in dump_influxdb()
    
    total_count is required by the function pointer signature but not
    used in the influxdb output path. Mark it __unused and remove the
    dead ++total_count increment.

Summary of changes:
 usr.bin/kcollect/kcollect.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/555a82ac6c05825ba871e0da2bca8f89df411e67


-- 
DragonFly BSD source repository


More information about the Commits mailing list