diff options
| author | Heinrich Schuchardt <[email protected]> | 2017-11-19 23:25:32 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-11-29 22:30:50 -0500 |
| commit | 254eedee7f383066b70ac4da01bc792a3256a4b3 (patch) | |
| tree | ea53f317bc09ad1758616f152ef2dfc9f89ec58d /cmd | |
| parent | 2614a208471e0e82b1fd197fcd3f1ca7ecda969b (diff) | |
cmd: blk: remove unreachable code
Remove an unreachable return statement.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/blk_common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/blk_common.c b/cmd/blk_common.c index 0c0c23eb370..bf2f626dd65 100644 --- a/cmd/blk_common.c +++ b/cmd/blk_common.c @@ -95,8 +95,6 @@ int blk_common_cmd(int argc, char * const argv[], enum if_type if_type, } else { return CMD_RET_USAGE; } - - return 0; } } #endif |
