git: sbin/hammer: Remove local variables only used within assert(3)
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sun Apr 2 12:09:14 PDT 2017
commit f540a63d46b8b28f797623c5edbf09755b6cef40
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Sun Apr 2 21:45:44 2017 +0300
sbin/hammer: Remove local variables only used within assert(3)
These are bothering compile with assert(3) disabled.
Assertions are still there, but local variables are removed.
Summary of changes:
sbin/hammer/blockmap.c | 8 ++++----
sbin/hammer/cmd_blockmap.c | 9 ++++-----
2 files changed, 8 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f540a63d46b8b28f797623c5edbf09755b6cef40
--
DragonFly BSD source repository
More information about the Commits
mailing list