zbd: Remove unused function and variable
authorDamien Le Moal <damien.lemoal@wdc.com>
Wed, 26 Sep 2018 06:42:26 +0000 (15:42 +0900)
committerJens Axboe <axboe@kernel.dk>
Wed, 26 Sep 2018 14:26:01 +0000 (08:26 -0600)
commitd60be7d51cbb601cc59dccc9f2a418072046a985
tree777eda6e2e344dc0ac15fa63dc1cf0867bfd657e
parentc3795cb0372a28172ad6fa325d6b8219193ada76
zbd: Remove unused function and variable

check_swd() was defined to nothing. Remove it.
additionally, the variable ret in zbd_reset_zonei() is unused and not
necessary. Remove it too.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
zbd.c