crypto: sig - Remove some unused functions
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Fri, 30 Jun 2023 07:54:24 +0000 (15:54 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 20 Jul 2023 10:15:12 +0000 (22:15 +1200)
commit20508b751b4bef2cda999fe0268071b0fc335ac7
tree7f3e1bf272e0da5f6c5db3372ac5be6da65a8698
parent4b97d282235dd4d9bff1b6aa327350101bc79471
crypto: sig - Remove some unused functions

These functions are defined in the sig.c file, but not called elsewhere,
so delete these unused functions.

crypto/sig.c:24:34: warning: unused function '__crypto_sig_tfm'.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5701
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/sig.c