mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
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>
This commit is contained in:
parent
7f60adffe5
commit
9a7db819a1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user