Re: [PATCH 6/7] proftool: Remove unused variables in make_flame_tree

2023-03-22 Thread Tom Rini
On Mon, Feb 27, 2023 at 05:08:38PM -0500, Tom Rini wrote: > With clang-15 we now get reported that in the make_flame_tree function, > neither the missing_count nor depth variables are used, only > incremenete/decremented. Remove these. > > Signed-off-by: Tom Rini > Reviewed-by: Simon Glass App

Re: [PATCH 6/7] proftool: Remove unused variables in make_flame_tree

2023-02-27 Thread Simon Glass
On Mon, 27 Feb 2023 at 15:08, Tom Rini wrote: > > With clang-15 we now get reported that in the make_flame_tree function, > neither the missing_count nor depth variables are used, only > incremenete/decremented. Remove these. > > Signed-off-by: Tom Rini > --- > Cc: Simon Glass > --- > tools/pro

[PATCH 6/7] proftool: Remove unused variables in make_flame_tree

2023-02-27 Thread Tom Rini
With clang-15 we now get reported that in the make_flame_tree function, neither the missing_count nor depth variables are used, only incremenete/decremented. Remove these. Signed-off-by: Tom Rini --- Cc: Simon Glass --- tools/proftool.c | 15 +-- 1 file changed, 1 insertion(+), 14 d