Re: [PATCH] net: xfrm: xfrm_algo: Remove unused function

2015-01-12 Thread David Miller
From: Rickard Strandqvist Date: Sun, 11 Jan 2015 14:03:35 +0100 > Remove the function aead_entries() that is not used anywhere. > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist Applied. -- To unsubscribe from this

[PATCH] net: xfrm: xfrm_algo: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function aead_entries() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- net/xfrm/xfrm_algo.c |5 - 1 file changed, 5 deletions(-) diff --git a/net/xfrm/xfrm_algo.c b/net/xfrm