diff options
| author | Jason Wang <[email protected]> | 2022-05-08 10:34:00 +0800 |
|---|---|---|
| committer | Krzysztof Kozlowski <[email protected]> | 2023-05-08 08:14:51 +0200 |
| commit | ecaed1a26f7215f48420a9c02e229b84b5fbb882 (patch) | |
| tree | 61887e3f9680421781f9b4b632535b16182acadd /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | ee896c5bf21cbac3bed8f958507a449168e965d3 (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/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions