diff options
author | Colin Ian King | 2020-06-18 11:16:25 +0100 |
---|---|---|
committer | Herbert Xu | 2020-06-26 14:46:43 +1000 |
commit | 84d840e1dd90e5fc07dedbd16df0dae7b3b3ef1a (patch) | |
tree | 42ebc5aafe7b3838d321e15ca72300862df52bf9 /crypto/testmgr.c | |
parent | 7649d0093086982f3b99810a164cd571519092f1 (diff) |
crypto: img-hash - remove redundant initialization of variable err
The variable err is being initialized with a value that is never read
and it is being updated later with a new value. The initialization is
redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/testmgr.c')
0 files changed, 0 insertions, 0 deletions