commit | 116d99adf59314924adae0cb691e4d289b5f2407 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Oct 08 22:16:09 2018 +0100 |
committer | Shaohua Li <shli@fb.com> | Wed Oct 10 10:45:15 2018 -0700 |
tree | e78ab5cc761353e83b737e5adf69875dee2d4e6e | |
parent | 059421e041eb461fb2b3e81c9adaec18ef03ca3c [diff] |
md: remove redundant code that is no longer reachable And earlier commit removed the error label to two statements that are now never reachable. Since this code is now dead code, remove it. Detected by CoverityScan, CID#1462409 ("Structurally dead code") Fixes: d5d885fd514f ("md: introduce new personality funciton start()") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Shaohua Li <shli@fb.com>