diff options
author | Jason Wang <[email protected]> | 2022-05-08 10:31:46 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <[email protected]> | 2022-05-12 18:00:15 +0200 |
commit | a4fa106ee1e146a1955e81337ad95f0cc5c20592 (patch) | |
tree | 41f30240625becdf8be89e57797e01e96887eed8 /scripts/gdb/linux/mm.py | |
parent | abae018a03821be2b65c01ebe2bef06fd7d85a4c (diff) |
MIPS: tools: 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]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/mm.py')
0 files changed, 0 insertions, 0 deletions