diff options
author | Jason Wang <[email protected]> | 2021-12-12 15:18:38 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-12-21 10:14:08 +0100 |
commit | cab00a3e5e5efabecdbfe9d54dc8d779b2e59be3 (patch) | |
tree | 6aea58744462dbcaea6bf0eae7f61d99ab0845f0 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 2d2802fb24de8cbacb4a2d6da2e002acc1c17143 (diff) |
applicom: unneed to initialise statics to 0
Static variables do not need to be initialised to 0, because compilers
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: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions