Re: [PATCH] lib: flex_proportions.c: Remove some unused functions

2015-01-05 Thread Tejun Heo
On Mon, Jan 05, 2015 at 09:45:34AM +0100, Jan Kara wrote: > On Sat 20-12-14 15:40:31, Rickard Strandqvist wrote: > > Removes some functions that are not used anywhere: > > prop_fraction_single() prop_local_destroy_single() prop_local_init_single() > > fprop_global_destroy() > > > > This was parti

Re: [PATCH] lib: flex_proportions.c: Remove some unused functions

2015-01-05 Thread Jan Kara
On Sat 20-12-14 15:40:31, Rickard Strandqvist wrote: > Removes some functions that are not used anywhere: > prop_fraction_single() prop_local_destroy_single() prop_local_init_single() > fprop_global_destroy() > > This was partially found by using a static code analysis program called > cppcheck.