diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-07-27 23:37:36 +0900 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2024-08-06 13:40:20 -0600 |
commit | 2a6b6c9a226279b4f6668450ddb21ae655558087 (patch) | |
tree | 72969ff287d26d17eebec064373c9a659b92b151 /tools/perf/scripts/python/task-analyzer.py | |
parent | f0a1ffa6f9771c6a1283afab591781e7c797e2e1 (diff) |
selftests: harness: remove unneeded __constructor_order_last()
__constructor_order_last() is unneeded.
If __constructor_order_last() is not called on backward-order systems,
__constructor_order will remain 0 instead of being set to
_CONSTRUCTOR_ORDER_BACKWARD (= -1).
__LIST_APPEND() will still take the 'else' branch, so there is no
difference in the behavior.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions