Re: [PATCH] udf: remove unused variables group_start and nr_groups

2018-08-29 Thread Jan Kara
On Wed 29-08-18 11:16:12, Colin King wrote: > From: Colin Ian King > > Variables group_start and nr_groups are being assigned but are never used > hence they are redundant and can be removed. > > Cleans up clang warning: > variable 'group_start' set but not used [-Wunused-but-set-variable] > var

[PATCH] udf: remove unused variables group_start and nr_groups

2018-08-29 Thread Colin King
From: Colin Ian King Variables group_start and nr_groups are being assigned but are never used hence they are redundant and can be removed. Cleans up clang warning: variable 'group_start' set but not used [-Wunused-but-set-variable] variable 'nr_groups' set but not used [-Wunused-but-set-variabl