aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJason Wang <[email protected]>2022-05-08 10:34:00 +0800
committerKrzysztof Kozlowski <[email protected]>2023-05-08 08:14:51 +0200
commitecaed1a26f7215f48420a9c02e229b84b5fbb882 (patch)
tree61887e3f9680421781f9b4b632535b16182acadd /tools/perf/scripts/python/bin
parentee896c5bf21cbac3bed8f958507a449168e965d3 (diff)
w1: no need to initialise statics to 0
Static variables do not need to be initialised to 0, because compiler will initialise all uninitialised statics to 0. Thus, remove the unneeded initializations. Signed-off-by: Jason Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions