armbian-next: mark remove_all_trap_handlers() deprecated, it never did anything

This commit is contained in:
Ricardo Pardini
2023-01-22 00:47:11 +01:00
parent f71e6f4865
commit 3f0c480e9d

View File

@@ -156,7 +156,8 @@ function run_one_cleanup_handler() {
}
function remove_all_trap_handlers() {
display_alert "Will remove ALL trap handlers, for a clean exit..." "" "cleanup"
# @TODO find usages and kill
display_alert "calling obsolete method remove_all_trap_handlers()" "not doing anything" "warning"
}
# exit_with_error <message> <highlight>