commit | fd2de4f6c8fd7272110523e26b454d11bc7ef590 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Feb 27 17:08:38 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 22 15:22:48 2023 -0400 |
tree | ce6d48c95bf2d0e2a039236a303ff01ee843fe32 | |
parent | 7c37780142e99425c6240a80f74de8a4abe8ba63 [diff] |
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>