sbin/hammer: Remove local variables only used within assert(3)
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 2 Apr 2017 18:45:44 +0000 (21:45 +0300)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 2 Apr 2017 19:12:44 +0000 (22:12 +0300)
commitf540a63d46b8b28f797623c5edbf09755b6cef40
treeb583ef9a68c6d281c3e23d0ff8fb8eebba95c182
parent16fb9086b36e7c7d81241bbd6502634e40346c7b
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.
sbin/hammer/blockmap.c
sbin/hammer/cmd_blockmap.c