Re: [PATCH] block: rbd.c: Remove unused function

2015-01-05 Thread Ilya Dryomov
On Thu, Jan 1, 2015 at 7:58 PM, Rickard Strandqvist wrote: > Remove the function copy_token() that is not used anywhere. > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist > --- > drivers/block/rbd.c | 30

[PATCH] block: rbd.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function copy_token() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/block/rbd.c | 30 -- 1 file changed, 30 deletions(-) diff --git a/drivers/