sbin/hammer: Remove unused AssertOnFailure
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 21 Aug 2016 06:45:30 +0000 (15:45 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 21 Aug 2016 07:19:59 +0000 (16:19 +0900)
commite0c64b7d0cb193a63ac23013a40839ed49224ea7
treed0d3dbaa9b6beb876cc626a84536b06df8716279
parent72e23ddf80e56ca3257f04d6caf7021ae64f9416
sbin/hammer: Remove unused AssertOnFailure

After the previous commit, AssertOnFailure is no longer needed
as a global variable. It can be removed or replaced with DebugOpt
which is what AssertOnFailure was based on in some commands.
sbin/hammer/cmd_blockmap.c
sbin/hammer/cmd_recover.c
sbin/hammer/cmd_show.c
sbin/hammer/hammer_util.h
sbin/hammer/ondisk.c