commit | 3b5b7b1f70e79fb060d485412b3c748f0a83111b | [log] [tgz] |
---|---|---|
author | Colin Ian King <[email protected]> | Wed May 27 12:01:51 2020 +0800 |
committer | Jens Axboe <[email protected]> | Wed May 27 05:19:36 2020 -0600 |
tree | f715949127c0a07d9ec053467be261c95d58360f | |
parent | d92f79a55232405d66ca343294f873cefd04ddd7 [diff] |
bcache: remove redundant variables i and n Variables i and n are being assigned but are never used. They are redundant and can be removed. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Coly Li <[email protected]> Addresses-Coverity: ("Unused value") Signed-off-by: Jens Axboe <[email protected]>