git: usr.sbin/makefs: Remove unused local variable

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Wed Apr 12 01:03:37 PDT 2023


commit b38e7e999736c349827f778db5d37babcf65c494
Author: Tomohiro Kusumi <tkusumi at netbsd.org>
Date:   Wed Apr 12 00:34:05 2023 -0700

    usr.sbin/makefs: Remove unused local variable
    
    Warned on FreeBSD.
    
    --
    warning: variable 'tot' set but not used [-Wunused-but-set-variable]
            size_t tot = 0;
                   ^

Summary of changes:
 usr.sbin/makefs/hammer2/hammer2_buf.c | 2 --
 1 file changed, 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b38e7e999736c349827f778db5d37babcf65c494


-- 
DragonFly BSD source repository


More information about the Commits mailing list