[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240820074242.4926-1-zhujun2@cmss.chinamobile.com>
Date: Tue, 20 Aug 2024 00:42:42 -0700
From: Zhu Jun <zhujun2@...s.chinamobile.com>
To: mario.limonciello@....com
Cc: linux-crypto@...r.kernel.org,
linux-kernel@...r.kernel.org,
Zhu Jun <zhujun2@...s.chinamobile.com>
Subject: [PATCH] tools/crypto:Remove unused variable
the variable is never referenced in the code, just remove them.
Signed-off-by: Zhu Jun <zhujun2@...s.chinamobile.com>
---
tools/crypto/ccp/dbc.c | 1 -
1 file changed, 1 deletion(-)
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);
--
2.17.1
Powered by blists - more mailing lists