kernel: fatal: remove LCOV exclusion

line is already excluded as part of the function.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-12-19 08:37:58 -05:00 committed by Carles Cufí
commit 05315ea6af

View file

@ -42,7 +42,7 @@ __weak void k_sys_fatal_error_handler(unsigned int reason,
LOG_PANIC();
LOG_ERR("Halting system");
arch_system_halt(reason);
CODE_UNREACHABLE; /* LCOV_EXCL_LINE */
CODE_UNREACHABLE;
}
/* LCOV_EXCL_STOP */