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:
Christopher Friedt 2021-09-06 04:31:18 -04:00 committed by Anas Nashif
commit 86f94ebaa6

View file

@ -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)