commit | e051bd0ddfdd6696197ad8c12d7485fc68c39f7b | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Nov 08 11:08:09 2018 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Nov 08 06:17:26 2018 -0700 |
tree | 63b43d8fe5f57037c36943648c3989b77a650ea6 | |
parent | dbef5257737b989d4785b62939f1e9cba3948689 [diff] |
ms_block: remove unused pointer 'set' Pointer 'set' is declared but not used, remove it. Cleans up warning: warning: unused variable ‘set’ [-Wunused-variable] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>