From: Zhu Jun Date: Tue, 20 Aug 2024 07:42:42 +0000 (-0700) Subject: crypto: tools/ccp - Remove unused variable X-Git-Tag: v6.12-rc1~231^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a7db819a184c21f605a4364131762d5db0c7010;p=thirdparty%2Fkernel%2Fstable.git crypto: tools/ccp - Remove unused variable the variable is never referenced in the code, just remove them. Signed-off-by: Zhu Jun Reviewed-by: Mario Limonciello Signed-off-by: Herbert Xu --- diff --git a/tools/crypto/ccp/dbc.c b/tools/crypto/ccp/dbc.c index a807df0f05974..80248d3d3a5a7 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);