]> git.baikalelectronics.ru Git - uboot.git/commit
proftool: Remove unused variables in make_flame_tree
authorTom Rini <trini@konsulko.com>
Mon, 27 Feb 2023 22:08:38 +0000 (17:08 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 22 Mar 2023 19:22:48 +0000 (15:22 -0400)
commit8d329f3954e9d28da9043cf2017ac00c2677bce5
treece6d48c95bf2d0e2a039236a303ff01ee843fe32
parent7c817315964246d8c16e138ea4a9d6c251e2577a
proftool: Remove unused variables in make_flame_tree

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 <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/proftool.c