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)
commitd9ab69d7366a0d005b7cf4d65080f8309be3a9d6
treece6d48c95bf2d0e2a039236a303ff01ee843fe32
parenta6b8dd8a12bc983ff48ebca2b63cf95baf4dfd74
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