Commit 86f94eba authored by Christopher Friedt's avatar Christopher Friedt Committed by Anas Nashif
Browse files

kernel: init: remove empty lcov exclusion



Remove the empty lcov exclusion left over from the weak main
function.

Signed-off-by: default avatarChristopher Friedt <chrisfriedt@gmail.com>
parent c3050a5a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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)