crypto: twofish-x86 - Remove dead code from twofish_glue_3way.c::init()

We can never reach the line just after the 'return 0'
statement. Remove it.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Jesper Juhl 2012-02-09 23:02:16 +01:00 committed by Herbert Xu
parent 0cfdec7a65
commit 8d21190e22
1 changed files with 0 additions and 1 deletions

View File

@ -706,7 +706,6 @@ int __init init(void)
return 0;
crypto_unregister_alg(&blk_xts_alg);
blk_xts_err:
crypto_unregister_alg(&blk_lrw_alg);
blk_lrw_err: