diff options
author | Rafael Passos <[email protected]> | 2024-06-14 23:24:10 -0300 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2024-06-20 19:50:26 -0700 |
commit | 21ab4980e02d495174bc64c00ceb4d3cf87fadb1 (patch) | |
tree | 008909b701e35b7a7c65c468684f2e7ca18235fe /tools/perf/scripts/python/parallel-perf.py | |
parent | ab224b9ef7c4eaa752752455ea79bd7022209d5d (diff) |
bpf: remove redeclaration of new_n in bpf_verifier_vlog
This new_n is defined in the start of this function.
Its value is overwritten by `new_n = min(n, log->len_total);`
a couple lines before my change,
rendering the shadow declaration unnecessary.
Signed-off-by: Rafael Passos <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions