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:
parent
f772bd1106
commit
05315ea6af
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ __weak void k_sys_fatal_error_handler(unsigned int reason,
|
||||||
LOG_PANIC();
|
LOG_PANIC();
|
||||||
LOG_ERR("Halting system");
|
LOG_ERR("Halting system");
|
||||||
arch_system_halt(reason);
|
arch_system_halt(reason);
|
||||||
CODE_UNREACHABLE; /* LCOV_EXCL_LINE */
|
CODE_UNREACHABLE;
|
||||||
}
|
}
|
||||||
/* LCOV_EXCL_STOP */
|
/* LCOV_EXCL_STOP */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue