Re: [PATCH] net: ceph: crypto.c: Remove some unused functions

2014-12-21 Thread Ilya Dryomov
On Sat, Dec 20, 2014 at 7:52 PM, Rickard Strandqvist wrote: > Removes some functions that are not used anywhere: > ceph_encrypt() ceph_decrypt() ceph_crypto_key_encode() > > This was partially found by using a static code analysis program called > cppcheck. I'd like to keep this stuff even if it

[PATCH] net: ceph: crypto.c: Remove some unused functions

2014-12-20 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: ceph_encrypt() ceph_decrypt() ceph_crypto_key_encode() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- net/ceph/crypto.c | 52 --