kernel: init: remove empty lcov exclusion
Remove the empty lcov exclusion left over from the weak main function. Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
This commit is contained in:
parent
c3050a5aab
commit
86f94ebaa6
1 changed files with 0 additions and 4 deletions
|
@ -225,10 +225,6 @@ static void bg_thread_main(void *unused1, void *unused2, void *unused3)
|
|||
#endif
|
||||
} /* LCOV_EXCL_LINE ... because we just dumped final coverage data */
|
||||
|
||||
/* LCOV_EXCL_START */
|
||||
|
||||
/* LCOV_EXCL_STOP */
|
||||
|
||||
#if defined(CONFIG_MULTITHREADING)
|
||||
__boot_func
|
||||
static void init_idle_thread(int i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue