commit | 442e59e3a86478b010deefbec4384ab44aa61c65 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Feb 27 10:37:47 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 27 10:39:25 2023 -0500 |
tree | c58356ce860efbfacd6d2ab796a4c8b83dc0d36c | |
parent | 6a1bb32ea305c06f4ff9e13535978eb1cbe60de6 [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> --- Cc: Simon Glass <sjg@chromium.org>