diff options
author | Zhu Jun <zhujun2@cmss.chinamobile.com> | 2024-08-20 00:42:42 -0700 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-08-30 18:22:30 +0800 |
commit | 9a7db819a184c21f605a4364131762d5db0c7010 (patch) | |
tree | 181495b3f066b90453909560fd790701d3e17a7b /tools/crypto | |
parent | 7f60adffe531c06bacab79dbf687f0ea85fb99e8 (diff) |
crypto: tools/ccp - Remove unused variable
the variable is never referenced in the code, just remove them.
Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/crypto')
-rw-r--r-- | tools/crypto/ccp/dbc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/crypto/ccp/dbc.c b/tools/crypto/ccp/dbc.c index a807df0f0597..80248d3d3a5a 100644 --- a/tools/crypto/ccp/dbc.c +++ b/tools/crypto/ccp/dbc.c @@ -57,7 +57,6 @@ int process_param(int fd, int msg_index, __u8 *signature, int *data) .msg_index = msg_index, .param = *data, }; - int ret; assert(signature); assert(data); |